/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
/*	background: #FFFFFF url(../images/bg/bg.gif) repeat-x left bottom;*/
	background: #FFFFFF;
	color: #000;
	font: normal 62.5% Tahoma,sans-serif;
	SCROLLBAR-FACE-COLOR: "#60B0A0"; 
	SCROLLBAR-BORDER-COLOR: "#60B0A0"; 
	SCROLLBAR-HIGHLIGHT-COLOR: "#000000"; 
	SCROLLBAR-SHADOW-COLOR: "#070290"; 
	SCROLLBAR-3DLIGHT-COLOR: "#80FFD0"; 
	SCROLLBAR-ARROW-COLOR: "#000000"; 
	SCROLLBAR-TRACK-COLOR: "#E0FFE0"; 
	SCROLLBAR-DARKSHADOW-COLOR: "#5c6d87";	 
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

#wrapper {
	width: 992px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 512px;
	color: #AAA;
/*	position: relative;*/
	background: url(../images/bg/bg-up.gif) repeat-x top left;
	font: bold 10em sans-serif;
	line-height: 150px;
	text-align: center
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
/*	height: 1%;*/
	color: #BBB;
	background: url(../images/bg/bg-middle.gif) repeat;
	position: relative;
	font: bold 10em sans-serif;
/*	line-height: 152px;*/
	text-align: center

}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 512px;
	background: url(../images/bg/bg-down.gif) repeat-x bottom left;
	color: #CCC;
	font: bold 10em sans-serif;
	line-height: 150px;
	text-align: center
}

#container {
	width: 90%;
	height: 90%;
	background: #FFF;
	float: none;
	padding: 16px;
	border-color: "#A02040";	
	border-width: 1px;
	vertical-align: middle;
	
	align: center