* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-position: center top;
	height: 100%;
	text-align:center;
}
* html {
	visibility: visible;
	height:100%;
}
br { clear: both; }


#main {
	min-height:100%;
	height:auto !important;
	height:100%;
	position: relative;
}
#home {
	width:1005px;
	margin:0px auto;
	text-align:left;
	position:relative;
}

/* HEADER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#logo {
	float:right;
	margin-top:260px;
}
#slogan {
	margin-left:60px;	
	margin-top:260px;
	clear:both;

	color:#ffffff;
	font:34px 'OpenSansSemibold';
	text-shadow: #96a207 1px 1px 0;
}

/* CONTENT ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#cont-left {
	float:left;
	margin-top:90px;
	width:400px;
}

#cont-right {
	float:right;
	margin-top:90px;
	width:360px;
}
