body {
	background: #fff;
	color: #222;
	font-family: Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
	
a, a:visited {
	color: #555;
	text-decoration: underline;
	}
	
a:hover {
	color: #777;
	text-decoration: underline;
	}

p {
	color: #900;
	font-size: 11pt;
	line-height: 14pt;
	}
	
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	background: url('images/header.jpg') no-repeat;
	height: 137px;
	padding: 0;
	margin: 0 0 15px;
	clear: both;
	}
	
#vdo {
	background: url('images/vdo.jpg') no-repeat;
	width: 500px;
	height: 288px;
	padding: 18px 13px 19px;
	margin: 0;
	float: left;
	}
	
#updates {
	background: url('images/Updates.jpg') top left no-repeat;
	height: 325px;
	padding: 20px 0 0 15px;
	width: 240px;
	float: right;
	}
	
#content {
	width: 100%;
	clear: both;
	}

#cont {
	background: url('images/continue.jpg') no-repeat;
	height: 64px;
	width: 251px;
	float: left;
	}

#cont:hover {
	background: url('images/continue_f2.jpg') no-repeat;
	}
	
	
#giant {
	background: url('images/collective-go.jpg') no-repeat;
	height: 64px;
	width: 230px;
	float: right;
	}
	
#giant:hover {
	background: url('images/collective-go_f2.jpg') no-repeat;
	}
	
#footer {
	width: 100%;
	clear: both;
	height: 64px;
	padding: 0;
	margin: 0;
	}