/*---------- Global Body Styles ----------*/

body {
background: url('../img/stripe_bg2.jpg') repeat top left;
margin: 0; 
padding: 0; 
}

#wrapper {
	width: 640px;
	height:830px;
	position: relative;
	margin: 0px auto 0 auto;
	padding: 0px;
	background-color: #414141;
	border: 1px solid #9e4d50;
}

#overlay {
	height: 315px;
	width: 640px;
	float:left;
	position: absolute;
	top: 486px;
	left: 0;
	z-index:3;

	}

#links {
	width: 640px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*---------- Header ----------*/
#header {
	
	height: 315px;
	width: 640px;
	margin: 0px;
	padding: 0px;
	background: url('../img/intro/header.png') no-repeat top center;
	}

#mediaspace {
	
	margin: 0px;
	padding: 0px;
	}

/*---------- Logo ----------*/
#logo {
	
	height: 130px;
	width: 217px;
	float: left;
	background: url('../img/intro/logo.png') no-repeat top center;
	}
	
/*---------- Body ----------*/
#body {
	
	height: 42px;
	width: 640px;
	background: url('../img/intro/body.png') no-repeat top center;
	clear:both;
	}
	
/*---------- Video ----------*/
#video {
	
	height: 305px;
	width: 640px;
	background: url('../img/intro/video.png') no-repeat top center;
	clear:both;
	}
	
#mediaspace {
	position: relative;
	bottom: 19px;
	left: 15px;
	}
	
/*---------- Footer ----------*/
#footer {
	
	height: 8px;
	width: 640px;
	background: url('../img/intro/footer.png') no-repeat top center;
	}
	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c2c2c2;
	position: relative;
	top: 10px;
	text-align: center;
	line-height: 1.4em;
	}
	
/* ----- site_en ----- */
		
		a.site_en { 
        background:url('../img/intro/site_english.png') repeat 0px 0px; 
		display: block;
		float: left;
		width: 109px;
		height: 130px;
}

a.site_en span { 
        display: none; 
}

a.site_en:hover { 
        background: url('../img/intro/site_english.png') repeat 0px -130px; 
}

/* ----- site_pt ----- */
		
		a.site_pt { 
        background:url('../img/intro/site_port.png') repeat 0px 0px; 
		display: block;
		float: left;
		width: 105px;
		height: 130px;
}

a.site_pt span { 
        display: none; 
}

a.site_pt:hover { 
        background: url('../img/intro/site_port.png') repeat 0px -130px; 
}

/* ----- forum_en ----- */
		
		a.forum_en { 
        background:url('../img/intro/forum_english.png') repeat 0px 0px; 
		display: block;
		float: left;
		width: 98px;
		height: 130px;
}

a.forum_en span { 
        display: none; 
}

a.forum_en:hover { 
        background: url('../img/intro/forum_english.png') repeat 0px -130px; 
}

/* ----- forum_pt ----- */
		
		a.forum_pt { 
        background:url('../img/intro/forum_port.png') repeat 0px 0px; 
		display: block;
		float: left;
		width: 111px;
		height: 130px;
}

a.forum_pt span { 
        display: none; 
}

a.forum_pt:hover { 
        background: url('../img/intro/forum_port.png') repeat 0px -130px; 
}

	