/*SITE ELEMENTS*/

body{
margin-top: 20px;
background: url(../img/site-bg.jpg) repeat-x;
background-color: #521b6b;
}

#container{
margin: 0 auto 0 auto;
width: 667px;
height: 100%;
}

#site-header{
float: left;
background:url(../img/site-top.png) no-repeat;
width: 667px;
height: 180px;
}

#site-menu{
padding-top: 2px;
text-align: center;
float: left;
background: url(../img/site-menu.png) no-repeat;
width: 667px;
height: 48px;
}

#site-content{
float: left;
background: url(../img/site-content.png) repeat-y;
width: 667px;
height: 100%;
}

#site-footer{
float: left;
padding-left: 19px;
background:url(../img/site-footer.png) no-repeat;
width: 667px;
height: 183px;
}

.img-header{
padding-left: 19px;
padding-top: 18px;
}
