/*
======================================
================LAYOUTS===============
======================================
*/




/*align website center*/
body {
text-align: center;
margin: 0;
background: #D9D9D9;
background-image: url(/images/pagebak.gif);
background-position: top center;
background-repeat: repeat-y;
}

#Topper {
position: relative;
width: 766px;
background: #D9D9D9;
margin: 0 auto;
height: 26px;
background-image: url(/images/top-strip.gif);
background-position: bottom left;
background-repeat: no-repeat;
}

#footshadow {
position: relative;
width: 766px;
background: #D9D9D9;
margin: 0 auto;
height: 200px;
background-image: url(/images/footer-shado.gif);
background-repeat: no-repeat;
}

#container {
position: relative;
width: 750px;
margin: 0 auto;
background-image: url(/images/content-bak.jpg);
}
/*end of align website center*/


