body {
	color: #25272b;	
	font-size: 13px;	
	word-spacing: 0px;	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
	line-height: 1.4;	
	text-shadow: 0px 1px 1px #fff;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#ffffff), color-stop(0.1, #dadada));
	background-image: -moz-gradient(linear, left top, left bottom, from(#a0a0a0), to(#ffffff), color-stop(0.1, #dadada));
	background-repeat: no-repeat;
	height: 100%;
}

a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.content {
	width:600px;
	position: absolute;
	text-align:left;
	left:50%;
	top:0;
	margin:0 0 0 -300px;
	padding: 20px;
	background-color: #dadada;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#ffffff), color-stop(0.1, #dadada));
	background-image: -moz-gradient(linear, left top, left bottom, from(#a0a0a0), to(#ffffff), color-stop(0.1, #dadada));
}

img {
	float:right;
	padding: 0 0 20px 20px;
}