html {
	height: 100%;
	width: 100%;
}

body {
	background:#6dba1e url('res/background.gif');
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
}

a:link, a:visited, a:active {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

img{
	margin-top:-3px;
	vertical-align:middle;
	border: 0px;
}

li{
	font-size:30px;
	padding: 10px;
	margin: 10px;
}

#top{
	height: 10%;
	width: auto;
	font-size:60px;
	text-align: left;
}

#icon{
	background: url('res/navxs_icon_big_opaque.png');
	background-repeat: no-repeat;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#middle{
	position: relative;
	width: 100%;
	min-height: 80%;
}
#deletecenter{
	position: relative;
	left: 50%;
	top: 50%;
	width: 1px;
	height: 1px;
}
#center{
	width: 100%;
	padding-left:33%;
	padding-right:33%;
}
#content{
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5%;
	border: 4px solid white;
	font-size: 18px;
	text-align: justify;
}

.blue_dot{
	background: #2080b8;
	background-repeat: no-repeat;
	margin: 25px;
	padding: 25px;
	width: 100%;
	border: 4px solid white;
	text-align: center;
	font-size:28px;
	font-weight:bold;
}

#bottom{
	position: relative;
	left: 0px;
	text-align:center;
}

