body 
{
	background-color:#000;
	color:#CCCCCC;
 	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a:active {
	text-decoration: none;
	color:#000;
}

#main
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1067px;
	height: 800px;
	position: relative;
	text-align: center;
	background-image: url(images/background.jpg);
	background-color:#000000;
	background-position: center;
	background-repeat: no-repeat;
}

#main .next
{
	width: 127px;
	height: 73px;
	position: absolute;
	top: 58px;
	left: 934px;
	border: 0px;
}

#main .previous
{
	width: 127px;
	height: 73px;
	position: absolute;
	top: 59px;
	left: 9px;
	border: 0px;
}
