
#wrapper {
width: 100%;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}

#container {
width: 850px;
height: 850px;
margin-left:auto;
margin-right:auto;
margin-bottom: 5px
}

#header {
width: 100%;
height: 325px;
margin-bottom: 3px;
}

#medium{
width: 100%;
height: 50;
margin-bottom: 10px;

}

#content {
width: 100%;
height: 780px;
margin-bottom: 5px;
} 

#content1{
width:200px;
height: 775px;
margin-bottom: 5px;
}

#content2{
width:450px;
height: 775px;
margin-bottom:5px;
}

#content3{
width:175px;
height: 775px;
margin-bottom: 5px;
}

#footer {
width: 850px;
height: 75px;
margin-left:auto;
margin-right:auto;
margin-top: 15px;
}


