@charset "UTF-8"; 
/* Jellies CSS - jimrxn (http://twitter.com/jimrxn) */

/* --- basic styling --- */	
body* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(../images/abyss_background.png) #000 top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	margin: 0;
	padding: 0;
	}

h1 {
	background: url(../images/jellies_logo.gif) no-repeat;
	width: 236px;
	height: 71px;
	overflow: hidden;
	text-indent: -2000px;
	margin: 110px 0 45px 0;
	}

h2 {
	font-weight: normal;
	margin: 2em 0 0 0;
	}
	
p {
	margin: 0 0 1em 0;
	}

h2, p {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
a {
	font-weight: bold;
	color: #72a6d0;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
		
	a img {
		border: 0;
		}

#pagewrapper {
	width: 960px;
	overflow: hidden;
	position:relative;
	display: block;
	}
	
#jellieswrapper {
	float: left;
	width: 640px;
	height: 1024px;
	display: block;
	margin-right: 60px;
	}
	
p a.imglnk img {
	padding: 15px 0;
	}
	
.downloadbutton {
	background: url(../images/download_button.gif) top no-repeat;
	margin: 30px 0 40px 0;
	display: block;
	position: relative;
	float: left;
	width: 229px;
	height: 27px;
	}
	
	.downloadbutton a {
		width: 229px;
		height: 27px;
		display: inline-block;
		display: block;
		padding-bottom: 2px;
		}
		
	.downloadbutton a span {
		position: absolute;
		top: -1000px;
		}
		
	.downloadbutton a:hover {
		border-bottom: 1px solid #fff;
		}
