@CHARSET "UTF-8";

*, body, html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	
/*
	background-image: url(/balaoo1px.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
*/
	
}

#apps {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -260px;
	list-style-type: none;
	height: 30px;
}
#apps li {
	float: left;
}
#apps li a {
	display: block;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 1.3em;
	width: 242px;
	margin: 1px;
	border-left: 1px dotted #700000;
	border-right: 1px dotted #700000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#apps li a:hover {
	border-top: 1px dotted #700000;
	border-bottom: 1px dotted #700000;
	color: orange;
}

#logo {
	display: block;
	position: absolute;
	top: 5px;
	left: 50%;
	width: 200px;
	margin-left: -490px;
}
#logo img {
	border: 0;
	padding: 0;
	margin: 0;
}

#download {
	position: absolute;
	top: 275px;
	text-align: left;
	left: 50%;
	margin-left: -490px;
}