body{
	background-color : #000;
	margin: 0px;
	padding: 0px;
	font : 8pt Verdana, Arial, Sans-Serif;
	text-align : center;
}
img {
	border : 0px solid #f00;
}
/************************************************************************************
										Link
*************************************************************************************/
a:link{
	text-decoration : none;
	color : #f00;
}
a:active{
	text-decoration : none;
	color : #f00;
}
a:visited {
	text-decoration : none;
	color : #f00;
}
a:hover {
	text-decoration : underline;
	color : #f00;
}
/************************************************************************************
										Main
*************************************************************************************/
#main{
	margin-right : auto;
	margin-left : auto;
	border : 0px solid #f00;
	padding : 0px;
}
p{
	color: #f00;
	font : 8pt Verdana, Arial, Sans-Serif;
	text-align : center;
}
