@charset "utf-8";
@import url("http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css");
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#wrapper {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	position:fixed;
	width:100%;
	height:100%;
}
#site_container {
	width:960px;
	margin:0 auto;
}
#site_logo {
	background-image:url(images/logo.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:48px;
	margin:20px auto 0;
	text-indent:-9999px;
	width:600px;
}
#site_contents {
	background-image:url(images/info.png);
background-position:left center;
background-repeat:no-repeat;
height:90px;
margin:5px auto 0;
text-indent:-9999px;
width:600px;
}
#site_contents p {
	padding-left:40px;
	padding-right:40px;
	text-align:center;
}
#site_contact {
font-size:12px;
margin:15px auto 0;
width:600px;
}
ul#contact {
	width:120px;
	margin:0 auto;
}
ul#contact li {
	margin-bottom:12px;
	font-weight:bold;
	color:#666;
}
ul#bullets {
	width:14px;
	margin:0 auto;
}
ul#bullets li {
	margin-bottom:10px;
	text-align:right;
	font-size:13px;
	margin-right:10px;
	font-weight:bold;
	color:#000;
}
.floatLeft {
	float:left;
}
.clearLeft {
	clear:left;
}
ul#contact li a {
	text-decoration:underline;
	color:#666;
}
ul#contact li a:hover {
	color:#cc3366;
}

#simplify {
	width:600px;
	margin:20px auto 0;

}

#simplify a {
	background-image:url(images/simplfy.png);
	width:600px;
	height:20px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	
}


h1 {
	font-weight:bold;
	height:16px;
	

}
