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

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

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

#main .month
{
	width: 629px;
	height: 570px;
	position: absolute;
	top: 0px;
	left: 161px;
}

#main .next
{
	width: 127px;
	height: 73px;
	position: absolute;
	top: 309px;
	left: 796px;
	border: 0px;
	z-index: 5;
}

#main .previous
{
	width: 127px;
	height: 73px;
	position: absolute;
	top: 309px;
	left: -56px;
	border: 0px;
	z-index: 5;
}

