html{font-family: Arial;}
a{	text-decoration:none;}
a:hover{	text-decoration:none;}
img{	border:0;}
body{
	background-color:black;
}
div{
	border:0;
	text-align:center;
	margin:0 auto;
}
.image{
	border:0;
	width:100%;
	height:100%;
}

/*-------------------------------   Main Window  -----------------------------------------------*/
#main{
	width:760px;
	height:auto;
	text-align:center;
	margin: 0 auto;
	background-color:black;
}

#main p{
	color: White;
	font-size: 20px;
}