* {
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #000000;
}
body {
	margin: auto;
	width: 257px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#main {
	margin: 30px 0px 20px 0px;
	padding: 510px 0px 10px 0px;
	width: 257px;
	border-bottom: 4px #ffffff solid;
	background: url(../image/bg2.gif) no-repeat;
}
p, a {
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 12px;	
	text-align: left;
	text-decoration: none;
	line-height: 100%;	
	color: #ffffff;
}
	p {
		padding: 0px 26px 8px 34px;
		line-height: 110%;
	}
		a:hover {
			text-decoration: underline;
		}
