@charset "UTF-8";
/**
 * Main application stylesheet
 *
 * @author  Fernando Salazar
 * @version GIT: $Id$
 */
.clear {
    clear: both;
}
body, html {
	margin:0;
	padding:0;
	height:100%;
	background:#FFF;
}
span, p, div, a, h1, h2 {
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	-webkit-text-size-adjust: none;
	margin:0;
	padding:0;
}
.content {
	width:1000px;
	margin:0 auto;
}
h1 {
	font-size:46px;
	font-weight:normal;
	color:#4d6d75;
}
h2 {
	color:#FFF;
	font-weight:normal;
	text-transform: uppercase;
	font-size:60px;
	line-height: 50px;
	letter-spacing: 1px;
}
sup {
	font-weight:normal;
	font-size:18px;
}
.small {
	font-size:18px;
}
#header {
	height:100px;
}
#header .content {
	padding-top:20px;
}
#body {
	background:#aabdbf url(../../media/images/layout/bg.jpg) no-repeat center bottom;
	height:500px;
}
#body img.mac {
	position: absolute;
	margin:160px 0 0 0;
	width:428px;
	height:436px;
}
#body div.wrapper {
	position: absolute;
	margin:100px 0 0 475px;
	width:475px;
}
#body p {
	color:#283a3e;
	font-size:18px;
	line-height:30px;
	padding-top:30px;
}
#body a {
	color:#FFF;
	text-transform: uppercase;
	font-size:30px;
	text-decoration: none;
	font-weight:700;
	display:block;
	margin-top:100px;
	letter-spacing:1px;
	background:url(../../media/images/layout/demo.png) no-repeat left center;
	padding-left:40px;
	padding-bottom:4px;
}
#body span.legal {
	display:block;
	padding-left:40px;
	color:#283a3e;
}
#footer {
	position:fixed;
	bottom:0;
	height:20px;
	width:100%;
}
#footer .content {
	color:#283a3e;
}