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:underline;
}

img{
	margin-top:-3px;
	vertical-align:middle;
	border: 0px;
}

li{
	list-style-image: url('res/list_dot.png');
	font-size:30px;
	padding: 10px;
	margin: 10px;
	text-align: left;
}

#top{
	font-size:60px;
	text-align: left;
	margin-bottom: 30px;
}

#icon{
	background: url('res/navxs_icon_big.png');
	background-repeat: no-repeat;
	height: 100%;
   	min-height: 298px;
   	min-width: 161px;
	padding-left: 50px;
	padding-right: 15px;
}

#middle{
	position: relative;
	width: 100%;
}
#center{
	position: relative;
	height: 600px;
}

#content{
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5%;
	border: 4px solid white;
	font-size: 18px;
	text-align: justify;
}

.blue_dot{
	background: url(res/blue_dot.png);
	background-repeat: no-repeat;
	text-align: center;
	min-width: 250px;
	padding-top: 95px;
	padding-bottom: 120px;
	font-size:26px;
	font-weight:bold;
}

#readmore{
   position: absolute;
   left: 704.5px;
   top: 177.5px;
}

#register{
   position: absolute;
   left: 964.5px;
   top: 27.5px;
}

#webclient{
   position: absolute;
   left: 444.5px;
   top: 27.5px;
}

#download{
   position: absolute;
   left: 704.5px;
   top: 477.5px;
}

#dljava{
	background: url(res/java.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#dlwin{
	background: url(res/windows.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#dlbb{
	background: url(res/smartphone_bb.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#dlnokia{
	background: url(res/smartphone_nokia.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#pocketpc{
	background: url(res/pocketpc.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#javabasic{
	background: url(res/smartphone_basic.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#javastandard{
	background: url(res/smartphone.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#smartphone{
	background: url(res/smartphone.png);
	background-repeat: no-repeat;
	padding-left:74px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:44px;
}

#bottom{
	position: relative;
	left: 0px;
	text-align:center;
}

