* {
	margin: 0;
	padding: 0;
}

html {
	color: #333;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body {
	height: 100%;
}

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

a:hover { text-decoration: underline; }

div#container {
	left: 50%;
	top: 50%;
	width: 844px;
	height: 644px;
	margin-top: -482px;
	position: absolute;
	margin-left: -502px;
}

div#base {
	float: left;
	width: 844px;
	height: 644px;
	padding: 150px 60px 0;
	background: url(images/base.png)
}


