body{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffd700;
	background-image: url('bg.png');
	background-repeat: repeat;
	background-position: center top;	
	color: #333333;
	text-align: center;
	font-size: 16px !important;
	font-family: 'Ubuntu', sans-serif !important;
}
#wrapper{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
}

#container{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px !important;
	width: 900px;
	min-height: 380px;
	display: block;
}


a{
	color: #ffd700;
	text-decoration: none;
}
a:hover{
	color: #333333;
	text-decoration: none;
}