html {
	height: 100%;	
}

body {
	margin: 0px;
	padding: 0px;	
	background: #273D4D url(/i/bg_index.jpg) repeat-x center center;
	height: 100%;
	color: White;
	font: 11px Tahoma;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -375px;
}

/* header */
#header {	
	position: relative;
	height: 358px;
	width: 751px;
}

#flash_index_gag {
	background: url(/i/flash_index_gag.jpg) no-repeat;
	height: 358px;
	width: 751px;
}

#menu_gag {
	position: relative;
	top: 50px;
	margin-left: 385px;
	padding: 11px 0px 0px 10px;
}
#menu_gag a {
	display: block;
	margin-bottom: 5px;
}

#attention {
	width: 130px;
	position: relative;
	top: -170px;
	left: 580px;
	padding: 8px;
	background-color: #3EAFFF;
	border: 1px solid #C7D3DE;
	color: white;
	font-size: 9px;
	text-align: justify;
}
#attention a:link { color: white; text-decoration: underline; }
#attention a:visited { color: white; text-decoration: underline; }
#attention a:hover { color: #FFF1AC; text-decoration: none; }


#footer {
	position: relative;
	height: 242px;
	width: 751px;
	background: url(/i/index_footer.jpg) no-repeat;
}

/* news */
#news_block {
	float: left;
	width: 500px;
	margin-top: 45px;
	padding-left: 30px;	
}

.news {	
	float: left;
	width: 230px;
	margin-right: 20px;		
	z-index: 1px;
}

.news h2 {
	position: relative;
	border-left: 5px solid White;
	padding-left: 7px;
	margin: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	z-index: 2;
}
.news h2 a:link { color: white; text-decoration: none; }
.news h2 a:visited { color: white; text-decoration: none; }
.news h2 a:hover { color: #FFF1AC; text-decoration: underline; }

.news div {
	padding: 4px 0px 0px 12px;
	color: #D4D4D4;
}

.news small {
	font: 9px Tahoma;
	color: Gray;
	margin-left: 11px;
}

.news_more {
	font: 10px Tahoma;
}
.news_more a:link { color: white; text-decoration: underline; }
.news_more a:visited { color: white; text-decoration: underline; }
.news_more a:hover { color: #FFF1AC; text-decoration: none; }

/* copyrights */
#copyrights {
	position: absolute;
	top: 91%;
	left: 40px;
	color: #A9A9A9;
	z-index: 2;
}
#copyrights a:link { color: white; text-decoration: underline; }
#copyrights a:visited { color: white; text-decoration: underline; }
#copyrights a:hover { color: white; text-decoration: none; }

/* portfolio */
#portfolio {
	position: relative;
	width: 175px;
	padding-top: 30px;
	float: left;
	z-index: 3;
} 

#portfolio_work {
	position: relative;
	background: url(/i/portfolio_borders.gif) repeat-y;
	padding: 5px 11px 0px 11px;
	text-align: center;
	font-size: 10px;
}

#portfolio_work img {
	margin-bottom: 4px;
	border: 1px solid Gray;
}

