/* force scrollbars */
html {
    min-height: 100%; margin-bottom: 1px;
}

body {
	margin:0;
	padding:0;
	background:#101010;
	color:#fff;
	font-family: Verdana, Tahoma, Helvetica, Arial;
	font-size: 11px;
}

a:link {color: #fff; text-decoration: underline; }
a:active {color: #e00; text-decoration: underline; }
a:visited {color: #888; text-decoration: underline; }
a:hover {color: #f00; text-decoration: none; }

#main {
	margin-left: auto;
	margin-right: auto;
	background:#000;
	width: 500px;
	background-image: url(back.jpg);
	padding-left: 250px;
	padding-right: 50px;
	padding-top: 230px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	min-height: 510px;
}
