#container-div{
	clear: both;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	#width: expression(document.body.clientWidth > 1000 ? "100%" :"1000px"); /*min width for IE*/
}
#logo-div{
	clear: both;
	width: 223px;
	height: 133px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#flash-div{
	clear: both;
	width: 321px;
	height: 462px;
	margin-left: auto;
	margin-right: auto;
}
#icons-div{
	width: 100%;
	min-width: 1000px;
	#width: expression(document.body.clientWidth > 1000 ? "100%" :"1000px"); /*min width for IE*/
	height: 26px;
	margin-top: -35px;
	overflow: hidden;
}
#music-div, #enter-div{
	display: inline;
	height: 26px;
	width: 26px;
	float: right;
	overflow: hidden;
}
#music-div{
	margin-right: 5px;
}
#enter-div{
	margin-right: 10px;
}
