/************************************************/
/*   Layout	   : Ítalo Araújo					*/
/*   Front-end : Luiz Tiago						*/
/*   Empresa   : Prática Design					*/
/************************************************/

@charset "utf-8";
@import url(reset.css);

/* TAG's */
body{
	margin:0;
	padding:0;
	background:#000 url(../img/bg.jpg) no-repeat -200px -300px;
	height:100%;
}

/* ID's */

#container{
	width: 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top: 236px;
	height: 520px;
	margin-top:-250px;
	overflow:hidden;
}

/* CLASS's */
