/* CSS Document */
@charset "utf-8";
/* CSS Document */

body  {
	margin: 0px;
	text-align: center; 
		font-family:arial, verdana, sans-serif;
	font-size: 100%;
 ;
}
#container {
	width: 1005px; /* the auto margins (in conjunction with a width) center the page */
	height:730px;
	border: 1px solid #121212;
  text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#header {
margin-top:0;
} 
#logo{
float:left;
width:1000px;
background-image: url(../images/start_back.jpg);
background-position:top;
height:729px;
}


.main {
	margin-left: 175px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
  margin-top:100px;
  font-size:0.8em;
  line-height:normal;
  width:650px;
  height:400px;
  border: 1px solid #121212;
  background-color:#FFFFFF;
  padding:15px;
} 
.main h1{  font-size:1.5em;
  line-height:normal;
  font-weight:bold;
} 
 