/*
======================================
================LAYOUTS===============
======================================
*/




/*align website center*/
body {
text-align: center;
margin: 0;
background: #8A8A8A;
background-image: url(../images/pagebak.gif);
background-position: top center;
background-repeat: repeat-y;
}

#Topper {
position: relative;
width: 766px;
background: #8A8A8a;
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: #8A8A8a;
margin: 0 auto;
height: 260px;
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.gif);
}
/*end of align website center*/



