html{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100%;
}
p{
	margin: 0px;
	padding: 12px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFCCCC;
	text-align: justify;
}
a:link{
	text-decoration: none;
	color: #FFCCCC;
}
a:visited{
	text-decoration: none;
	color: #FFCCCC;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#main{
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/grid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#copy{
	position: absolute;
	left: 149px;
	width: 375px;
	height: 24px;
	font-size: 10px;
	color: #CC9999;
}