HTML {
    height: 100%;	
}

BODY {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #525252;
    height: 100%;
    text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	background:url(bgr.jpg) repeat-x left 100px;	
}
#container {
    text-align: left;
    margin: 0px auto;
	margin-top: 53px;
    width: 1000px;
}#menu {
    float: left;
    width: 1000px;
    height: 48px;
	text-align: right;
}
#logo {
    float: left;
    width: 1000px;
    height: 198px;
    float: left;
	text-align: left;
	background:url(logo.jpg) no-repeat left top;	
}
#top {
    float: left;
    width: 1000px;
	margin-top: 26px;    
    float: left;
}
#inside{
    float: left;
	margin-top: 25px;    
	margin-left: 25px;
    float: left;
}
#insideBox{
    width: 625px;
    float: left;
	margin-left: 25px;	
	text-align: left;
}
#left{
    width: 300px;
    float: left;
	text-align: left;
}
#center{
    width: 300px;
    float: left;
	margin-left: 25px;	
	text-align: left;
}
#bottom{
    width: 625px;
    float: left;
	
	text-align: left;
}
#right{
    width: 300px;
    float: left; 
	text-align: left;
	margin-left: 25px;	
}
#footerBox{
	margin-top: 20px;
    float: left;
	clear: both;
	width: 100%;
	text-align: center;
	height: 117px;
	background: url(footer.jpg) repeat-x center top;	
}
#footer{
	clear: both;
	width: 975px;
	padding-right: 25px;
	padding-top: 40px;
	height: 77px;	
	background: url(footerBgr.jpg) no-repeat center top;
    margin: 0px auto;
	text-align: right;
}