body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #658709;
	background-image: url(greens-s.jpg);
	background-repeat: repeat;
	font-size:24px;
	color:#FFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mid {
	text-align: center;    
	display: block;
    margin-left: auto;
    margin-right: auto ;
}
#header{
	margin-top:30px;
	margin-bottom:15px;
}

#download-info {
	top: -210px;
	position: relative;
	display:block; /*allows the element to take auto margins*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/ 
}
.c {
	display:inline;
    vertical-align: middle;
}
#reflect{
margin-top:20px;
}
#download{
	top: -280px;
	left: 350px;
	position: relative;
	border-style: none;
	
}
#download-overlay{
	height:200px;
	z-index:100;
}
#for{
	display:inline-block;
	width:350px;
	margin-left:15px;
	margin-right:20px;
	vertical-align:middle;
}
#why{

	width:470px;
	text-align:left;
	overflow:visible;
}

#why p{
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left center;
	height:80px;

	padding-left:128px;
	padding-top:28px;
	vertical-align:middle;
	margin-top:15px;	
}
#why #youtube{background-image:url(youtube-icon.png);}
#why #google{background-image:url(google-icon.png);}
#why #wikipedia{background-image:url(wikipedia-logo.png);}
#why #uncyclopedia{background-image:url(uncyclopedia-logo.png);}

