@charset "utf-8";
body {
	margin: 0;
	padding: 40px 0 40px 0;
	text-align: center;
}
#container {
	width: 910px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

/*------- Top ------*/
#header_left {
	height: 15px;
	background: url(images/splash/top_left.png) no-repeat top left;
}
#header_right {
	height: 15px;
	background: url(images/splash/top_right.png) no-repeat top right;
}
#header {
	height: 15px; 
	background: url(images/splash/slice_top.png) repeat;
	margin: 0 15px; 
}

/*------- Middle ------*/
#content_left {
	height: 553px;
	background: url(images/splash/side_left.png) no-repeat top left;
}
#content_right {
	height: 553px;
	background: url(images/splash/side_right.png) no-repeat top right;
}
#content_main {
	background: url(images/splash/slice_back.png) repeat;
	height: 553px;
	margin: 0 15px;
}
#logo_wrapper {
	height: 122px;
	background: url(images/splash/slice_back.png) repeat-x;
	padding: 45px 0 40px 0;
} 
#logo {
	height: 122px;
	width: 400px;
	background: url(images/splash/logo.png);
	margin: 0 auto;
}
#blurb {
	padding: 0 10px;
	margin: 0 0 70px 0;
}
#buttons {
	height: 65px;
	margin: 0 auto;
}
#Continue {
	height: 65px;
}

/*------- Bottom ------*/
#footer_left {
	background-image: url(images/splash/bottom_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
}
#footer_right {
	background-image: url(images/splash/bottom_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
}
#footer {
	background-image: url(images/splash/slice_bottom.png);
	background-repeat: repeat;
	height: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

/*<-- Other Styles -->*/
img {
	border: none;
}
a:link,a:visited,a:active {
	color:#df320d;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color:#e0735b;
	text-decoration: none;
}
