body {
	border: none;
}

A {
	color: #000000;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: none;
}

#main {
	position: relative;
	width: 839px;
	font-family: Arial;
	margin-top: 0px;
}

#logo {
	position: absolute;
	right: 130px;
	top: 30px;
	width: 195px;
	height: 59px;
	overflow: hidden;	
	text-align: right;
}

#content {
	position: absolute;
	right: 140px;
	top: 110px;

	width: 600px;
	overflow: hidden;

	text-align: right;

	color: #414141;
	font-size: 11px;
}