/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
	margin-right: auto;
	margin-left: auto;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1200px;
}

#header {
    height: 75px;
    width: 1200px;
    background: #DDDDDD;
}

#navigation {
    float: left;
    height: 40px;
    width: 1200px;
    background: #C9FFF6;
}

#content {
    float: left;
    background: #EEEEEE;
    width: 1200px;
}

#footer {
    height: 40px;
    width: 1200px;
    background: #8B8C84;
    clear: both;
}

.button-section {
	width: 400px;
	float: left;
}


