﻿body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(/images/bg-augix.png) bottom right;
}

#content {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 17px;
	position: absolute;
	width: 790px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -395px;
	color: #fff;
}

#content a {
	color: #00CCFF;
	text-decoration: none;
}

.mt30 {
	margin-top: 30px;
}