body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
	background-color: #ACADAD;
	height: 100%;
}

h3 {
	font-size: 16px;
}

img {
	padding: 4px;	
}

a:hover {
	color: #ff0000;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

div#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	font-size: 13px;
}

div#header {
	padding: 25px;
	margin-left: 10px;
}

div#menu {
	margin-left: 15px;
}

div#info{
	width: 675px;
	padding: 10px;
	background-color: #C3D9FF;
	margin-left: 25px;
	font-size: 15px;
}

div#news{
	background-image: url('../images/news_background.png');
	background-repeat:no-repeat;
	margin-left: 30px;
	width: 600px;
	height: 401px;
	padding: 30px;
	text-align: left;
	font-style:normal;
	font-weight: normal;
}

div#download{
	background-image: url('../images/download_background.png');
	background-repeat:no-repeat;
	margin-left: 30px;
	width: 600px;
	height: 401px;
	padding: 30px;
	text-align: left;
	font-style:normal;
	font-weight: normal;

}

div#development{
	background-image: url('../images/development_background.png');
	background-repeat:no-repeat;
	margin-left: 30px;
	width: 600px;
	height: 401px;
	padding: 30px;
	text-align: left;
	font-style:normal;
	font-weight: normal;

}

div#contact{
	background-image: url('../images/contact_background.png');
	background-repeat:no-repeat;
	margin-left: 30px;
	width: 600px;
	height: 401px;
	padding: 30px;
	text-align: left;
	font-style:normal;
	font-weight: normal;

}

div#content{
	padding: 10px;
}

div#adds{
	width: 150px;
	height: 500px;
	text-align: center;
	margin-right: 25px;
}

div#footer{
	background-color: #C3D9FF;
	padding: 15px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rounded {
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
} 

.button {
	padding: 10px;	
}

button.selected {
	background: black;	
}