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

<style type="text/css">
body {
background: url(images/bkg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#wrapper {
	margin: 0 auto;
	height: 768px;
	width: 1024px;
}
#headerlogo {
	height: 241px;
	width: 1024px;
}
#tagframe {
	height: 400px;
	width: 1024px;
	margin-top: 60px;
	z-index: 0;
	background-image:url(images/resliced_tagline.png);
	background-repeat:no-repeat;
	padding-top: 48px;
}
#btnbox {
	margin: 0 auto;
	height: 180px;
	width: 948px;
	z-index: 2000;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	color: #333;
	margin: 0 auto;
	height: 30px;
	width: 948px;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
</style>
