@CHARSET "UTF-8";
html{
	background: -moz-linear-gradient(top, #444, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
}
body{
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	margin: 0;
	padding: 0;
}
a:link, a:visited{
	color: #fff;
	outline: none;
	text-decoration: underline;
}
a:hover{
	color: #993366;
}
#container{
	
}
#header_wrap{
	height: 141px;
}
#header{
	height: 141px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
a#logo{
	height: 115px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 307px;
}
a#logo img{
	border: none;
	width: 307px;
	height: 115px;
}
a#twitter:link, a#twitter:visited{
	background: url(../img/twitter.png) 0 0 no-repeat;
	display: block;
	height: 35px;
	position: absolute;
	right: 108px;
	text-indent: -9999px;
	bottom: 34px;
	width: 235px;
}
a#twitter:hover{
	border: none;
}
a#twitter img{
	border: none;
	height: 31px;
	width: 43px;
	z-index: 10;
}
#landing_wrap{
	background: transparent url(../img/landing.png) 0 20px repeat-x;
	height: 269px;
}
#landing{		
	height: 269px;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#landing h1,
#landing h2{
	color: #222;
	font-size: 2.1em;
	font-weight: normal;
	left: 20px;
	margin: 0;
	position: absolute;
	text-shadow: 2px 2px 2px #999;
}
#landing h1{
	top: 50px;
}
#landing h2{	
	top: 90px;
	font-size: 1.5em;
}
a#download{
	top: 147px;
	height: 70px;
	position: absolute;
	left: 20px;
	width: 297px;
}
a#download img{
	border: none;
	height: 70px;
	width: 297px;
}
a#screencast{
	height: 269px;
	right: 104px;
	position: absolute;
	top: 0;
	width: 232px;
}
a#screencast img{
	border: 0;
	height: 269px;
	width: 232px;
}
#content_wrap{
	
}
#content{
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0 0;
	width: 1000px;
}
.box{
	float: left;
	height: 200px;
	margin: 0 20px 20px;
	width: 440px;
}
.box h3{
	color: #B3B3B3;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	height: 31px;
	margin: 0 0 7px 0;
	text-shadow: 1px 1px 5px #777;
}
.box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box ul li{
	line-height: 20px;
	padding: 2px 0;
}

