* { outline:none; }

a {

	text-decoration:none;
	color:#000000;

}

img {

	border:0px;

}

body {

	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
	
	height:100%;	
	
	background:#FFFFFF url('../ress/img/bg/bg_home.jpg') top right no-repeat;
	
	font-family: "Verdana",Helvetica,Arial,sans-serif;
	font-size:12px;
	

}

#logo {

	width:950px;
	margin:50px auto 10px auto;

}

#content {

	width:890px;
	margin:50px auto 10px auto;
	
	padding:30px 30px 30px 30px;
	
	border:1px solid #F2F2F2;
	
	background:url('../ress/img/bg/bg_home_button.png') top center repeat;

}

#button_container {

	width:100%;
	position:absolute;
	top:50%;
	margin-top:-135px;

}

#footer_wrapper {

	width:100%;
	position:fixed;
	bottom:0px;
	height:30px;
	overflow:hidden;
	
	background:url('../ress/img/bg/bg_footer.jpg') top center repeat-x;

}

#footer {


	width:930px;
	margin:0px auto 0px auto;
	padding:0px 10px 0px 10px;
	height:30px;
	line-height:30px;
	font-size:11px;
	
	color:#666666;

}

#footer a {

	color:#666666;

}

#footer p {

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}


.button {

	width:100%;
	height:116px;
	line-height:116px;
	
	margin:0px 0px 30px 0px;
	
	border:1px solid #F2F2F2;
	border-width:2px 0px 2px 0px;
	
	background:url('../ress/img/bg/bg_home_button.png') top center repeat;

}

.button_wrapper {

	width:865px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 85px;

}

.button h1 {

	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:22px;
	color:#868686;
	font-weight:normal;

}

/* SYSTEM MESSAGE */

.system_alert_msg {
	background:#FFF6BF;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #FFD324;
	letter-spacing:1px;
	color:#E45B00;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}



.system_success_msg {
	background:#E3FDE8;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #3AA342;
	letter-spacing:1px;
	color:#E45B00;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}



.system_notice_msg {
	background:#F8FAFC;
	height:auto;
	padding:15px 15px 15px 50px;
	margin:0px 0px 5px 0px;
	border:1px solid #B5D4FE;
	letter-spacing:1px;
	color:#779CC4;
	text-decoration:none;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
}