@charset "UTF-8";
/* CSS Document */

html, body {
height:100%;
margin:0px;
padding:0px;
background-color:#444444;
text-align:center;
}

#left {
float:left;
display:block;
width:148px;
height:100%;
background-image:url(../Images/template/leftBG.jpg);
background-position:top;
background-repeat:no-repeat;
}

#right1 {
float:left;
display:block;
width:178px;
height:100%;
background-image:url(../Images/template/rightTopBG.jpg);
background-position:top;
background-repeat:no-repeat;
}

#right2 {
float:left;
display:block;
width:178px;
height:100%;
background-image:url(../Images/template/rightBotBG.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color:#000000;
}