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

body {
background: #fff;
}

img {
border-style: none;
margin: 0px;
padding: 0px;
}

#container {
width: 800px;
height: 600px;
margin-top:10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

#header {
float: left;
width: 800px;
height: 489px;
background:url(../images/homepgheader.jpg);
}

#home {
float: left;
width: 199px;
height: 52px;
background:url(../images/home.jpg);
}

#about {
float: left;
width: 120px;
height: 52px;
background:url(../images/about.jpg);
}

#pricing {
float: left;
width: 132px;
height: 52px;
background:url(../images/pricing.jpg);
}

#portfolio {
float: left;
width: 151px;
height: 52px;
background:url(../images/portfolio.jpg);
}

#contact {
float: left;
width: 198px;
height: 52px;
background:url(../images/contact.jpg);
}

#footer {
float: left;
width: 800px;
height: 59px;
background:url(../images/footer.jpg);
}


