@charset "utf-8";

/* CSS Document */



#container {

	width: 400px; float:center;

	margin:0 auto;}

body {

	color:#ffffff; background-color:#000000; font-family: Arial, Helvetica, sans-serif;}

#front {

	position:relative;

	top: 80px;

	width:400px;

	height:400px;

	float:center;

	margin:0 auto;

	}

#undercon {

	position:relative;

	top: 130px;

	width:400px;

	height:30px;

	float:center;

	margin:0 auto;

	}
a:link {
	color:#24b7e1;
	text-decoration:none;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
a:visited {
	color:#24b7e1;
	text-decoration:none;
}
a:active {
	color:#FC0;
	text-decoration:none;
}