/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #011528 url(../images/bg_home.jpg) no-repeat;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #7e8c99;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #7e8c99;
	text-decoration: none;
}
a:hover {
	color: #afc4d6;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity:0.5;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	width: 800px;
	float: left;
}


#contentMAIN {
	width: 800px;
	margin-top: 500px;
	padding-bottom: 20px;
	float: left;
}

