body{
	background: #666666 url('images/background.jpg') repeat-x;
	width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	color: white;
	font-family: "Arial";
	font-size: 30px;
}

a{
	text-decoration: none;
	color: white;
}

a .visited{
	color: white;
	text-decoration: none;
}

img {
	border: none;
}

#header{
	background: url('images/header.png') no-repeat;
	width: 871px;
	height: 83px;
	margin: 0 auto;
}

#spacer{
	height: 100px;
	width: 100%;
}

#content{
	width: 500px;
	margin: 0 auto;
}

#left{
	margin-top: -20px;
}

#right{
	margin-top: -20px;
}

#home{
	font-size: 62.5%;
}

#text{
	font-size: 14px;
}