html, body {
	height: 100%;	
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #545C64 url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

a {
	color: #9BA6B4;
	text-decoration: none;
}

a:hover {
	color: #333A43;	
}

#container {
	position: relative;
	clear: both;
	width: 800px;
	height: 450px;
	margin: 0 auto;
	padding-top: 100px;
}

#logo {
	position: relative;
	background: url(../images/front_logo.png) no-repeat;
	margin: 0 auto;
	width: 406px;
	height: 156px;
}

#topPush {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -300px;
}

#content {
	padding-top: 20px;
	font-size: 1.1em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#screenshots {
	padding: 20px 0px;
}

.screenshot {
	display: inline;	
}

.screenshot a img {
	border: #9BA6B4 solid 2px;	
}

.screenshot a:hover img {
	border: #333A43 solid 2px;	
}

#footer {
	position: absolute;
	font-size: 0.8em;
	color: #999;
	top: 100%;
	left: 130px;
	margin-top: -0.8em;
}

.websiteContainer {
	display: none;	
	width: 700px;
	height: 270px;
}

#fancy_bg {
	background: #545C64 url(../images/bg.gif);
}

.website {
	position: relative;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

.website img {
	float: left;
	padding-right: 10px;
}

.website .title {
	font-weight: bold;	
}

.website .details {
	padding: 5px 0px 10px 0px;	
}

.website .visitwebsite {
	position: absolute;
	top: 100%;
	left: 330px;
	margin-top: -1.6em;
}

.clear {
	clear: both;	
}
