@charset "utf-8";
/* CSS Document */

#thebox{
	padding-top: 120px;
	width: 805px;
	margin: 0 auto;
	position: relative;
}
#colsx{
	width:400px;
	float:left;
	text-align:center;
	margin-right: 5px;
}
#coldx{
	width:400px;
	float:right;
	text-align:center;
}
h1 {
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: -10px;
}
img {
	border: none;
}

a {
	outline: none;
}