@CHARSET "UTF-8";
html{
	overflow-x: hidden;
}

body {
	background: url(images/background.png) repeat-y #122241;
	_text-align: center;
}

div#wrapper {
	width: 960px;
	margin: 0 auto;
	_text-align: left;
	
	/* margin: 0 auto;
	width: 1450px;
	left: -100%;
	right: -100%;
	position: absolute; */
}

div#center {
	border-left:1px solid #2B406B;
	border-right:1px solid #2B406B;
}

code {
	font-family: "times new roman", serif;
	padding-left: 20px;	
	font-size: 18px;
	letter-spacing:1px;
}

h3 { color: #ddd; }

input {
	background: #eff;
	padding: 3px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #445;
	letter-spacing: 1px;
}

a, a:visited{
	color: #abf;	
}

ol {
	list-style-type:square;	
}

div#navi {
	height:0;
	left:189px;
	position:relative;
	top:-34px;
	z-index:99;
	*top: -37px; /*IE7 and below*/
}

div#content {
	background: url(images/content-bg.jpg);
	padding: 50px 45px 60px 360px;
	color: #ddd;
	font-size: 15px;
	_margin-top: -301px; /* for IE6 and below */
}

div#buttons{
	height:0;
	left:1px;
	position:relative;
	top:50px;
}
