
* {
	margin:0;
	padding:0;
}

html, body, #wrapper {
	height:100%;
	text-align:center;
}

#wrapper {
	width:742px;
	text-align:left;
	margin:0 auto;
}

#col1, #col2, #col3 {
	display:block;
	width:214px;
	height:100%;
	float:left;
}

#col1, #col2 {
	margin-right:45px;
}

a {
	text-decoration:none;
}

a:focus {
	outline:none;
}
