
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body{
	background: #FFF url(../images/bgPage.gif) left top repeat-x;
	color: #4c4c4c;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
}

#content{
	margin: auto;
	width: 332px;
}

#boxLogo{
	display: inline;
	float: left;
	width: 332px;
	height: 20px;
	margin-top: 120px;
	background: url(../images/bgBoxLogo.jpg) left top no-repeat;
	text-align: center;
	padding-top: 266px;
}
