body, body.popup{
margin:0px;
padding:0px;
background-color:#421082;
background-image:url("furniture/main_bg.jpg");
background-repeat:repeat-x;
background-position:top left;
}


#container{
width:800px;
height:600px;
position:absolute;
margin-left:-400px;
margin-top:-300px;
left:50%;
top:50%;

}

#header{
width:800px;
height:170px;
background-image:url("furniture/header.png");
background-repeat:no-repeat;
background-position:top left;
}

#bod{
width:800px;
height:313px;
background-image:url("furniture/body.png");
background-repeat:no-repeat;
background-position:top left;
}

#footer{
background-image:url('furniture/footer.png');
background-repeat:no-repeat;
background-position:top left;
height:118px;
width:800px;
}

p.contact{
color:#3c3c3c;
width:auto;
height:auto;
margin: 0px 78px 15px 78px;
padding:0px;
font-family:tahoma, verdana, arial, sans-serif;
font-size:0.8em;
font-weight:bold;
}

a:link{
background-color:inherit;
color:#3c3c3c;
text-decoration:none;
}
a:visited{ 
background-color:inherit;
color: #3c3c3c; 
text-decoration:none;
}
a:hover{ 
background-color:inherit;
color: #ffffff;
text-decoration:none;
}
a:active{
background-color:inherit; 
color: #3c3c3c;
text-decoration:none;
}

#sample_btn{
height:32px;
width:188px;
position:absolute;
left:78px;
top:167px;
}

