body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* why does everyone do this?! */
	color: #323232;
	
background: url('render.jpg') no-repeat center center fixed;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

.indent {
	margin-left: 10px;
}

a.link  {
	text-decoration: none;
}

#download {
	font-size: 15px;
}