@charset "utf-8";
/* CSS Document */

* {
 padding: 0;
 margin: 0;
}

html{
 width: 100%;
}

body {
 background: #535353;
 height:100%;
}

#container{
 display: block;
 background: #3f4543;
 width: 800px;
 margin-left: auto;
 margin-right: auto;
}

#lCol{
 display: block;
 float:left;
 width: 600px;
 background: #3f4543 url(images/mainBg.gif) top right repeat-y;
 min-height: 100%;
}

#rCol{
 display: block;
 float:right;
 background: #CCCCCC url(images/rColBg.gif) top left no-repeat;
 width: 200px;
 min-height: 100%;
}

#footer{
 width:800px;
 height: 150px;
 background: url(images/footer.gif) top left no-repeat;
 margin-left: auto;
 margin-right: auto;
}

.clear{
 clear:both;
}

