@import url("standard.css");

body {
	margin:0;
	padding:0;
	line-height:115%;
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4a4a4a;
}
#container{
	min-height:100%;
	min-width:100%;
	position:absolute;
}
#contentBox {
	background-color: #CCCC00;
	padding: 5px;
	height: 450px;
	width: 350px;
	position: fixed;
	left: 100px;
	top: 30px;
}

body *{
	z-index:99;
	color: #4a4a4a;
}

#bk{
	position:absolute;
	left:0;
	top:0;
	z-index:-99;
	overflow:hidden;
	width:100%;
	height:100%;
	visibility:hidden;
}

* html #bk{
	height:auto;
}

#middle{
	width:960px;
	height: 1%;
	display:inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
