<!--
body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	
	color:#b4b4b4;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#bcbcbc;
	background-repeat:repeat;
	background-image:url(../images/Background_2.jpg);
}
img {
	border:none;
}
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	min-height:768;
	height:100%; /* works only if parent container is assigned a height value */
}
#Footer {
	position:absolute;
	left:422px;
	top:0px;
	width:174px;
	height:100%; /* works only if parent container is assigned a height value */
	background-repeat:repeat-y;
	background-image:url(../images/SpineBackground.gif);
}
#TopDongle_ {
	position:absolute;
	left:422px;
	top:0px;
	width:174px;
	height:47px;
}
#Minimum_ {
	position:absolute;
	left:422px;
	top:47px;
	width:174px;
	height:69px;
	padding-top:20px;
	text-align:center;
	background-repeat:repeat-y;
	background-image:url(../images/SpineBackground.gif);
}
#SpineBackground_ {
	position:absolute;
	left:422px;
	top:116px;
	width:174px;
	height:27px;
}
#LeftLogo_ {
	position:absolute;
	left:422px;
	top:143px;
	width:44px;
	height:384px;
}
#Logo_ {
	position:absolute;
	left:466px;
	top:143px;
	width:91px;
	height:384px;
}
#RightLogo_ {
	position:absolute;
	left:557px;
	top:143px;
	width:39px;
	height:384px;
}
#LeftEnter_ {
	position:absolute;
	left:422px;
	top:527px;
	width:44px;
	height:36px;
}
#EnterButton_ {
	position:absolute;
	left:466px;
	top:527px;
	width:91px;
	height:36px;
}
#RightEnter_ {
	position:absolute;
	left:557px;
	top:527px;
	width:39px;
	height:36px;
}
#LeftPublishers_ {
	position:absolute;
	left:422px;
	top:563px;
	width:26px;
	height:205px;
}
#Publishers_ {
	position:absolute;
	left:448px;
	top:563px;
	width:126px;
	height:205px;
}
#RightPublishers_ {
	position:absolute;
	left:574px;
	top:563px;
	width:22px;
	height:205px;
}
-->
