html {
       overflow-y: scroll;
}
body {
	font-family: Helvetica;
	background: url(../images/blobbg.jpg) no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
}
#banner{
	width:387px;
	height:200px;
	margin:0 auto;
	text-align: center;
	display:block;
}
h1{
	font-size: 1.5em;
}
h2 {
	font-size: 1.375em;
	font-weight: 300;
}
#wrapper{
	width: 940px;
	margin: 0px auto;
}
.box{
	padding-top:10px;
	padding-bottom:10px;
	background-color: #EEE;
	float:left;
	width:100%;
}
p{
	margin-top: 0px;
}
img{
	border:0;
}
.nav{
	float: left;
}
.nav ul{
	list-style-type: none;
	margin:0px;
	background: #555;
	float: left;
	width:940px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	padding: 0px;
}
.nav li {
	display: block;
	float: left;
	width: 20%;
	text-align: center;
}
.nav a{
	padding-top:8px;
	padding-bottom:8px;
	background-color: #555;
	color: white;
	text-decoration: none;
	width: 100%;
	float: left;
	font-weight: bold;
	font-size:20;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.nav a:hover{
	background-color: #00CB00;
}
.youtube {
display:block;
text-align:center;
margin-top: 10px;
margin-bottom: 10px;
}

.dl-btns{
	list-style-type: none;
	padding: 0;
	padding-left: 69.5px;
	padding-right: 69.5px;
}
.dl-btns li {
	display: inline-block;
	width:128px;
	height:128px;
	margin-left: 63px;
	margin-right: 63px;
	text-align:center;
}
.dl-btns a {
	text-decoration: none;
	font-weight:bold;
}
.dl-btns a:hover {
	text-decoration: none;
	font-weight:bold;
}
.direct{
	padding-top:5px;
	padding-bottom:5px;
	border-radius:2px;
	color:black;
}
.direct:hover{
	background-color:black;
	color:white;
}
.torrent{
	color: #006600;
}
.torrent:hover{
	color: white;
	background-color:#006600;
	padding:5px;
	border-radius:2px;
}
.dl-btns img{
	border-radius:6px;
	padding:5px;
	background-color: #EEE;
}

.dl-btns img:hover{
	/*background-color: #D0D0D0; /*(0,203,0)*/
}