BODY {
	background-image : url(../images/page_bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
	margin: 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#holder {
	background-image : url(../images/content_bg.jpg);
	background-repeat : no-repeat;
	background-position : top center;
	height: 615px;
	width: 100%;
	text-align: center;
}

h1 {
	font-size: 60px;
	font-weight: bold;
	margin: 0;
	color: #000000;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}

.cool1, .cool1:link, .cool1:active, .cool1:visited {
	top: 150px;
	width: 180px;
	position: relative;
	float: left;
	height: 250px;
	text-decoration: none;
	color: #000000;
}

.cool1:hover {
	text-decoration: underline;
}

.cool2, .cool2:link, .cool2:active, .cool2:visited {
	top: 150px;
	width: 200px;
	position: relative;
	float: right;
	height: 250px;
	text-decoration: none;
	color: #000000;
}
.cool2:hover {
	text-decoration: underline;
}

a:focus {
outline: none;
}