/* SG FLASH CSS STYLESHEET */
* {
padding:0px;
margin:0px;
border:0px;
}




body {
	background-color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}


a {color:#006600; text-decoration:underline;}
a:hover {text-decoration:none;}
.greenbg {background-color:#003300;}
.foot, .foot a, .foot a:hover {color: #666666; font-size:11px; padding-top:20px;}
.tags {font-size:10px; margin:0; padding:0 0 0 1px;}

/*  PAGE LAYOUT  */

div#flashcontent {
	background-color:#333333;
	position:relative;
	height:595px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;

}

div#flashcontent_green {
	background-color:#003300;
	position:relative;
	height:595px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:20px;

}

div#welcome {
	background:#CCCCCC url(../html/images/detect/index_bg.jpg) no-repeat;
	position:relative;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	height:300px;
	width:600px;
}

div#content {text-align:left; padding:30px 170px 0 17px;}


/*  MAIN LINKS  */
div#mainlink {
	text-align:left; 
	padding-top:35px;
	margin-left:17px;
}

div#getflash {
	text-align:left; 
	padding-top:30px;
	margin-left:17px;
}

div#mainlink a {
	display:block;
	width:231px;
	height:44px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:20px;
}

.htmllink {background-image:url(../html/images/detect/enter_html.gif);}
.flashlink {background-image:url(../html/images/detect/enter_flash.gif);}

div#getflash a {
	display:block;
	width:269px;
	height:17px;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(../html/images/detect/get_flash.gif);
	margin-bottom:2px;
}

div#mainlink a:hover, div#getflash a:hover {background-position:top right;}