html{
    height: 100%;
    overflow: auto;
    width: 100%;
}
body {
    height: 100%;
}
#spacer{ 
	height: 353px;
	float: left; 
	width: 1px; 
	font-size: 1px;
	padding: 0; 
	margin: 0;
}
div#menu {
	background-image: url('images/back1.jpg');
	background-repeat: no-repeat;
}
div#wrapper {
    height: 93%;
    min-height: 590px;
}
div#subwrapper {
    height: 580px;
    min-height: 580px;
}
div#main {
	background-image: url('images/back2.jpg');
	background-repeat: no-repeat;
    min-height: 500px;
}
div#info {
	background-repeat: no-repeat;
	background-position: bottom;
    min-height: 80px;
    height: 80px;
	
}
div#info div.body-text {
    padding-top: 0px;
    height: 100%;
}
div#main div#content div.swf-thumb{
	background-image: url('images/remelis.png');
	background-repeat: no-repeat;
	width: 90px;
	height: 70px;
}
.swf-thumb {
    padding-top: 6px;
    padding-left: 6px;
}

#footer {
    z-index: -1000;
    padding-top: 6px;
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #3D3A35;
    height: 17px;
}

