/************************/
/* GLOBAL STYLES ********/
/************************/

body{
	height:100%;
	overflow:hidden;
	width:100%;
}

.body {
	background:#FFF;
	bottom:0;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	height:100%;
	top:0;
	width:100%;
}

.middle {
	margin-top:-258px;
	left:50%;
	margin-left:-230px;
	position:absolute;
	top:50%;
}

.image_top{
	margin:0 auto;
	width:100%;
	height:320px;
	position:relative;
	text-align:center;
}

.title{
	text-align:center
	}
	
.link_icon{
	margin-top:10px;
	text-align:center;
	margin-top:100px;
	}

.link_icon a{
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	}

#footer{
	text-align:center;
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	margin-top:50px;
	}
