@charset "UTF-8";
/* CSS Document */

body, html {
	padding					: 0px; 
	margin					: 0px;
	background-color		: #191919;
	font-family				: verdana, sans-serif;
	font-size				: 0.8em;
	color					: #000;
	width					: 100%;
	height					: 100%;
}

#centerbox {
	 border     			: 0px; 
	 background-color  		: #333;
	 width     				: 996px;
	 height     			: 586px;
	 position    			: absolute;
	 top      				: 50%;
	 left     				: 50%;
	 margin     			: -293px 0px 0px -498px;
	 padding                : 0px;
}


#content {
	border					: 0px; 
	background-color		: #333;
	position				: absolute;
	width					: 966px;
	height					: 556px;
	margin               	: 15px;
}

#header_flash {
	background-image		: url(../img/header_noflash.jpg);
	background-color		: #f3efe9;
	position				: absolute;
	width					: 966px;
	height					: 196px;
	margin               	: 0px;
	padding					: 0px;
}

#header_validate {
	background-image		: url(../img/header_validate.jpg);
	background-color		: #f3efe9;
	position				: absolute;
	width					: 966px;
	height					: 196px;
	margin               	: 0px;
	padding					: 0px;
}

#subhead {
	background-image		: url(../img/line_subhead.png);
	background-repeat		: no-repeat;
	background-color		: #333;
	position				: absolute;
	width					: 966px;
	height					: 60px;
	margin-top             	: 196px;
	padding					: 0px;

	/* 	border				: 1px solid #00f; */
}

#notify {
	background-image		: url(../img/line_notify.png);
	background-repeat		: no-repeat;
	background-color		: #ebebeb;
	position				: absolute;
	width					: 966px;
	height					: 300px;
	margin-top             	: 256px;
	padding					: 0px;
	font-size				: 1em;
}

#teaser {
	background-color		: #fff;
	position				: absolute;
	width					: 418px;
	height					: 244px;
	margin-top             	: 30px;
	margin-left            	: 24px;
	padding					: 0px;
	float					: left;
}

#teaserimage_flash {
	background-image		: url(../img/get_adobe_398x224.jpg);
	background-color		: #fff;
	position				: absolute;
	width					: 398px;
	height					: 224px;
	margin-top             	: 10px;
	margin-left            	: 10px;
	padding					: 0px;
}

#teaserimage_validate {
	background-image		: url(../img/get_news_398x224.jpg);
	background-color		: #fff;
	position				: absolute;
	width					: 398px;
	height					: 224px;
	margin-top             	: 10px;
	margin-left            	: 10px;
	padding					: 0px;
}

#text {
	position				: absolute;
	width					: 440px;
	height					: 244px;
	margin-top             	: 17px;
	margin-left            	: 500px;
	padding					: 0px;
	/*border					: 1px solid #fff;*/
}

#text a { 
	text-decoration			: underline; 
	color					: #000; 
	font-size				: 1em;
}
#text a:hover { 
	text-decoration			: underline; 
	color					: #09C; 
	font-size				: 1em;
}

h1 {
	display					: block;
	font-weight				: 200;
	margin-top              : 24px;
	margin-left 			: 98px;
	font-family				: verdana, sans-serif;
	font-size				: 1.6em;
	color					: #0085cf;
}

h2 {
	display					: block;
	font-weight				: 200;
	font-family				: verdana, sans-serif;
	font-size				: 1.2em;
	color					: #0085cf;
}

img {
	border					: 0px;
}


