﻿body 
{
  background-color: rgb(129,184,0);
  color:White;
  font-size:large;
  font-family:Myriad pro;
}

#divWrapper
{ 
  height:auto;
  width:950px;
  margin:auto;   
}

.content 
{
  width:940px;
  float:left;  
}

.content p
{
  text-align:center;  
}

#Logo
{
  margin-left: 320px;
  margin-right: 50px;
  margin-top:150px;
  margin-bottom: 0px;
  align: center;
  float:inherit
}

