* {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

* html {
	overflow-x: hidden;
}

img { behavior: url(/css/resources/iepngfix.htc) }

body {
	background: #231f20 url(../images/sbstrm-bkg.gif) center no-repeat;
	font-family: 'Trebuchet Ms';
	font-size: 12px;
	color:#FFF;
	line-height: 1.3em;
	width: 100%;
	overflow-x: hidden;
}

a:link,
a:visited,
a:active {
	color: #3A89C9;
	text-decoration: none;
}
a:hover {
	color: #7DA7D8;
	text-decoration: underline;
}

.wrapper {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	min-height: 500px;
}

.text {
	height:326px;
	left:50%;
	margin:-180px 0 0 -268px;
	position:absolute;
	top:50%;
	width:515px;
}

.text .sbstrm-description{
	padding:10px;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	height:310px;
	width:100%;
}

.text .sbstrm-description span{
	color: #3A89C9;	
}

.text .sbstrm-description .signature{
	width:100%;
	text-align:right;
	padding-right:10px;
}

.text .update{
	padding:0px 10px 2px;
	width:100%;
	color:#999;
	border-right:1px solid #333333;
	border-left:1px solid #333333;
	height16px;
}

.text .update span{
	color:#C60;
}

.text .footer{
	padding:5px 10px;
	border-top:1px solid #333333;
	width:100%;
	height:20px;
}

.text .footer ul{
	display:inline;
	list-style:none;
}

.text .footer ul li{
	display:inline;
	float:left;
	margin:0px 11px 0px 0px;
}

.text .footer span{
	float:right;
	color:#999;
}

.text .footer span a:link,
.text .footer span a:visited,
.text .footer span a:active,
.text .footer span a:hover {
	color:#999;
	text-decoration: none;
}