@charset "utf-8";


/* hide from ie on mac \*/
html
{
	height: 100%;
	overflow: hidden;
}

#flashcontent
{
	height: 100%;
}
/* end hide */


body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 68.75%;
}
.clear, #main:after
{
	content: ".";
	height: 0em !important;
	line-height: 0em !important;
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0  !important;
	margin: 0  !important;
	display: block !important;
	visibility: hidden !important;
}
a, a:hover
{
	text-decoration: none;
	color: #797979;
}
#wrap
{
	padding-top: 100px;
	text-align: center;
}
#main
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#main .flash_notice
{
	float:right;
	height:50px;
	width:800px;
	padding-bottom: 11px;
}
#main .flash_notice p {
	padding-bottom:6px;
}
#main .flash_notice .notice
{
	float:right;
	width:590px;
	height:60px;
}
#main .text
{
	width: 175px;
	text-align: left;
	float: left;
}
#main h1
{
	width: 175px;
	height: 19px;
	font-size: 181%;
	text-transform: uppercase;
	margin: 0 0 32px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-weight: normal;
}
#main h1 .show_logo
{
	width: 175px;
	height: 19px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(sb_gr_logo.gif) left top no-repeat scroll;
}
#main h2
{
	font-size: 100%;
	margin: 0;
	padding: 16px 0 0 0;
	font-weight: bold;
}
#main p
{
	font-size: 100%;
	color: #797979;
	margin: 0;
	padding: 0;
}
#main img
{
	border: none;
	float: right;
	vertical-align: middle;
}
#main p img
{
	float: none;
}