/* CSS Document */

html, body { 
height: 100%;
margin: 0; 
padding: 0; 
} 

#index_container {
	width: 100%;
	height: 100%;
	/*background-image:url(images/index_grad_back.jpg);
	background-repeat:repeat-x;*/
	background-color: #B2CBE6;
}

#topbar {
	z-index: 1;
	width: 100%;
	height:28px;
	background-color: #D4E2F1;
	
}

#cv {
	z-index: 10;
	margin-left: 350px;
	width: 120px;
	height: 120px;
	
}

#name {
	position:relative;
	top:30px;
	margin-left:50px;
	background-image:url(images/index_titlearea.png);
	background-repeat:no-repeat;
	width:453px; 
	height: 120px;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="images/index_titlearea.png");
}

.flash_error {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#info {
	position:relative;
	top:35px;
	margin-left:60px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#info a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}

#info a:hover {
	text-decoration:none;
}

#footer {
	background-image:url(images/green_bottom.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 31px;
	position:absolute;
	bottom: 0;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/green_bottom.jpg");
}