div#wrapper{
	text-align:center;
	margin : auto;
	float : center;
	

}
div#content{
	text-align:center;
	width : 500px;
	border : 1px solid #DADADA;
	margin : auto;
	background-color : #FFF;
	
}

div#title{
	width : 500px;
	text-align:center;
	width : 500px;
	margin : 5%;
	
	
}

body{
	background-image:url(body_bg.png); 
	font-family : arial;
}