html,
body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
#container {
	background: #FFFFFF url(images/middle_bg.jpg) fixed center;
	min-height:100%;
	_height:100%;
}
#header {
	background: #FFFFFF;
	width: 950px;
	height: 205px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#menu {
	width: 920px;
	font-size: 16px;
	margin-left: 15px;
	margin-right: auto;
	text-align: right;
	top: 126px;
	height: 27px;
	position: absolute;
}
#twitter {
	width: 250px;
	font-size: 16px;
	margin-left: 15px;
	margin-right: auto;
	text-align: left;
	top: 200px;
	height: 300px;
	position: absolute;
}
#maincontent {
	width: 655px;
	font-size: 12px;
	margin-left: 280px;
	margin-right: auto;
	text-align: left;
	top: 200px;
	position: absolute;
}
a{
 color: #000000;
 text-decoration: none;
}
a:hover{
 text-decoration: bold;
}
input, textarea, select{
 font-family: Calibri;
 font-size: 14px;
 color: #000000;
}
html {
    overflow-y: scroll;
    }
