@CHARSET "ISO-8859-1";
body{
	background-image:url("background.png");
	

}

a {color: #7ED2F6;}
a:active {color: #000;}
a:hover {color: #f90;}

#container{
	text-align:left;
	padding-top:5%;
	width:900px;
	height:960px;
	overflow:none;
	position:relative;
	margin-left: auto ;
	margin-right: auto ;

	
}

#text{
	clear:left;
	color:rgb(222,222,222);
}
#text2{
	clear:left;
	color:rgb(222,222,222);
	text-size:medium;
}

#info{
	background-color:rgb(222,222,222);
	background-clip:content-box;
	background-origin:content-box;
	float:right;
}


#screenshot{
	position:relative;
	float:right;
}

#download{
	width:30%;
	clear:left;
	float:left;
	text-align:center;
	text-overflow:wrap-text;
	margin:auto;
}

#blurb{
	position:relative;
	width:30%;
	margin:auto;
/* 	top:75px; */
}


#footer{
	clear:both;
	text-align:center;
}

.g-plusone{
	float:right;
}

