/* CSS Document */

body{

}


#wrapper{
margin-top: 10em;

}


#logo{
}

	.logo{
	height: 250px;
	width: 100%;
	}




#construction{
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 2em;
}

	.construction{
	
	}
	
	
#content{
width: 500px;
height: 300px;
/*border: 1px solid yellow;*/
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 18px;
font-family: georgia;
color: blue;
margin-top: 1em;
}

	.content{
	padding: 1em;
	}




