@charset "utf-8";
/*CSS*/

/*General*/

*{margin:auto;padding:auto;}
html{min-height:100%;*height:auto!important;height:100%;width:100%;}
body{
	min-height:100%;
	*height:auto!important;
	height:100%;
	width:100%;
	background-color:#000;
	background-image: url(../layout/background.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#mainwrapper {
	margin: 0px;
	padding: 0px;	
}
#wrapper {
	width: 900px;
}
#header {
	width: 900px;
	height: 168px;
}
#scopecontainer {
	height: 260px;
	width: 890px;
	padding-right: 5px;
	padding-left: 5px;
}
#logo {
	float: left;
	height: 168px;
	width: 104px;
}
#contentcontainer {
	height: 350px;
	width: 900px;
}
#thumbscontainer {
	height: 350px;
	width: 500px;
	float: left;
}
#scopethumbs {
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 20px;
}
#scopethumbs .thumb {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
#accthumbs {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 225px;
}
#accthumbs .thumb {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
#textcontainer {
	height: 350px;
	width: 360px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 150%;
}
#textcontainer #swfa {
	text-align: center;
	width: 360px;
	margin-top: 40px;
}
