@charset "utf-8";

/* :::::::: GLOBAL :::::::: */

body{
	margin:0;
	padding:0;
	background:url(img/background.jpg) no-repeat top center #000;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

#logo{
	width:511px;
	height:28px;
	margin:200px auto 30px auto;
	background:url(img/logo.png) no-repeat 0 0;
}

#description{
	width:511px;
	height:28px;
	margin:30px auto;
	text-align:center;
}