html, body {
	margin:0;
	width:100%;
	height:100%;
	font-family:sans-serif;
}

body {
	background:url(bg2.gif);
}

#container {
	padding-top:100px;
}

#header {
	background:url(logo2.png) no-repeat;
	width:320px;
	height:60px;
	margin:0 auto;
}

#content {
	width:900px;
	background:url(tbg.png);
	margin:0 auto;
	text-align:center;
	color:#000;
	border-radius:10px;
	border:1px solid #FFF;
	margin-top:10px;
}

#content p {
	font-size:20px;
	margin:0;
	text-shadow:#FFF 1px 1px 2px;
}

#download {
	margin-top:50px;
}

#donate {
	margin-top:50px;
	margin-bottom:20px;
}

#ad {
	text-align:center;
	margin-top:20px;
}

#links {
	margin:20px;
}

.footer {
	font-size:12px;
    text-shadow:#FFF 1px 1px 2px;
}

.btn {
	text-decoration:none;
	font-size:24px;
	padding:10px;
	color:#FFF;
	margin:0 auto;
	width:175px;
	display:inline-block;
	border:1px solid black;
	text-shadow:#000 1px 1px 2px;
	border-radius:15px;
	-moz-box-shadow:inset 0px 0px 8px #000;
	-webkit-box-shadow:inset 0px 0px 8px #000;
	box-shadow:inset 0px 0px 8px #000;
}

.os {
	font-size:12px;
}

.g {
	background-color:#10C010;
}

.g:hover, .g:focus {
	background-color:#10FF10;
}

.g:active {
	background-color:#10A010;
}

