/* CSS Document */

body{
  background-color: #dcdcdc;  
}

#logo {
  position: relative;
	width: 750px;
	margin: auto;
	margin-top: 200px;
	text-align: left;
	background: #ffffff url(../img/logo.png) repeat-y center top;
  height: 150px;

}

