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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0.1em;
}
h1 a:link {
	color: #FFF;
	text-decoration: none;
}
h1 a:visited {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FC0;
	text-decoration: none;
}
h1 a:active {
	color: #FC0;
	text-decoration: none;
}
#wrapper {
	height: auto;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
}
#masterContainer {
	height: 1000px;
	width: 641px;
	margin-right: auto;
	margin-left: auto;
}
#mainBoxTop {
	height: 859px;
	width: 637px;
	background-color: #000;
	font-size: 1em;
	line-height: 1.3;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	float: left;
}
#mainBoxTop p {
	margin-top: 1em;
}
#bottomBox {
	background-image: url(../_images/_splash_spry/bottom.jpg);
	height: 201px;
	width: 637px;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
#bottomBoxLast {
	background-image: url(../_images/_splash_spry/bottomLast.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 37px;
	width: 637px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #252525;
	border-left-color: #252525;
}
