body {
background: #000 url("../img/bg.jpg") no-repeat;
background-position:top center;
margin-top: 0px;
padding: 0px;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
color: #fff;
margin: 40px;
}

.quote {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #999;
}

#wrapper {
	position: relative;
	left: 0px;
	top: 20px;
}

#top {
	width: 600px;
}

#row1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 270px;
}

#row2 {
	position: absolute;
	left: 320px;
	top: 0px;
	width: 270px;
}

#row3 {
	position: absolute;
	left: 640px;
	top: 0px;
	width: 270px;
}

img {
	border:0;
	margin-bottom: 20px;
}

a:link {
	color: #702020;
	text-decoration: none;
}

a:visited {
	color: #702020;
	text-decoration: none;
}

a:hover {
	color: #702020;
	text-decoration: underline;
}

a:active {
	color: #702020;
	text-decoration: none;
}