@charset "utf-8";
/* CSS Document */

/* reset all */
html, body{margin: 0px;padding: 0px;}

/* main components */
#holding, #holding .logo{width: 400px;overflow:hidden;}
#holding{text-align: left;margin: 2em auto 3em auto;}
#holding .logo{
	height: 388px;
	background-image: url(../images/holding/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#holding .blurb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2C4391;
	font-size: 11px;
	padding: 0 40px 0 40px;
	line-height: 1.4em;
}
#blurb .snowmonkey, #blurb a{
	color: #75D0E3;
	text-decoration: underline;
}
/* main components */
body, #bodynew {
	background-color:#0C0C0C;
}
#bodynew {}
#header {
	background-image: url(../images/interface/cs_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 580px;
}
#footer {
	background-image: url(../images/interface/cs_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
#page {
	min-width: 800px;
}
#blurb {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.7em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 1em;
}
#blurb p strong {
	color: #FFFFFF;
}
