/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

body{
	background-color:#000000;
}

#container{
	margin:auto;
	width:525px;
	height:auto;
}

#logo{
	margin-top:30px;
	text-align:inherit;
}

h1{
	font-family:"Century Gothic", Arial;
	font-size:12px;
	color:#ffffff;
	text-align:justify;
	margin-bottom:10px;
	font-weight:bold;
}

.text{
	font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#ffffff;
	text-align:justify;
	margin-bottom:10px;
}

.link{
	font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#ffffff;
	text-align:justify;
	margin-bottom:10px;
	text-decoration:underline;
}

.link:hover{
	font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#ffffff;
	text-align:justify;
	margin-bottom:10px;
	text-decoration:none;
}

.text-center{
	font-family:"Century Gothic", Arial;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	margin-bottom:10px;
}

#flash{
	margin-top: 20px;
	margin-bottom: 10px;
}

#footer{
	margin:auto;
	width:525px;
	height:auto;
	text-align:center;
}


