@charset "utf-8";
/* CSS Document */
*{
	margin:0px auto;
	padding:0px 0px;	
}
body{
	background-image: url(../bg.jpg);
}

#site{
	padding:0px;
	width:980px;
	height:1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#conteudo{
	width:980px;
	height:1000px;
}
