* {
	margin:0;
	padding:0;
	border: none;
	font-family: Verdana;
	outline: none;
}
html, body {
	height: 100%;
}

BODY {
	padding-top: 15px;
	background-color: #353535;
}

#container {
	width: 1000px;
	
	position: relative;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; 
}

H1 {
	font-size: 36px;
	color: #CCC;
	text-align: center;
}

H2 {
	color: #999;
	font-size: 14px;
	text-align:center;
}
#mac {
	width: 800px;
	height: 480px;
	background-image:url(img/mac.gif);
	margin: 0 auto;
	overflow: hidden;
}

#screen {
	position: relative;
	top: 135px;
	left: 157px;
	width: 487px;
	height: 312px;
	z-index: -1;
	overflow: hidden;
}
#screen #inner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

#expl1 {
	position: absolute;
	width: 220px;
	height: 300px;
	color: #999;
	left: 0;
	top: 200px;
	background-color: #353535;
}

#expl2 {
	position: absolute;
	width: 220px;
	height: 300px;
	top: 200px;
	right:0;
	background-color: #353535;
	color: #999;
	
}

#expl1 H3, #expl2 H3, #expl2 H4 {
	color: white;
}

#expl2 A, #expl2 A:visited {
	color: #FFF;
	text-decoration: underline;
	display:block;
	padding-right: 20px;
	background-image: url(img/arrow_grey.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align:right;
}

#expl2 A:hover {
	text-decoration: none;
}
.grid {
	height: 160px;
	background-image:url(img/grid.png);

	width: 680px;
	margin: 0 auto;
	border-style: solid;
	border-color: #333;
	border-width: 0 3px 3px 3px;
}


.icon {
	float: left;
	padding: 10px 14px 10px 14px;
}

#legend {
	height: 20px;
	font-size: 12px;
	text-align:center;
	color: #CCC;
}
.push {
	height: 230px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
}
.bottombox {
	width: 685px;
	margin: 0 auto;
	height: 170px;
	position: relative;
}

.bottombox .toy {
	position: absolute;
	top: 7px;
	left: 15px;
}

.bottombox .top {
	height: 43px;
	background-image: url(img/rounder.png);
	background-repeat: no-repeat;
	text-align:right;
}

.bottombox .top IMG {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

.bottombox .top H3 {
	line-height: 40px;
	color: #DDD;
} 

.bottombox .content {
	margin-left: 6px;
	margin-right: 4px;
	border-style:solid;
	border-width: 0 1px 0 1px;
	background-color: #222;
	border-color: #797979;
	clear:both;
	padding-top: 10px;
	height: 205px;
}

.bottombox .left {
	border-right: solid 1px #666;
	float:left;
	padding-top: 60px;
	padding-bottom: 20px;
	width: 200px;

}



.bottombox .left UL {
	padding-left: 30px;
	list-style-type: none;
}

.bottombox .left A, .bottombox .left A:visited {
	font-size: 11px;
	color: #999;
	text-decoration: none;
}

.bottombox .left A:hover {
	text-decoration: underline;
}

.bottombox .right {
	float: left;
	font-size: 13px;
	padding-top: 20px;
}
.bottombox .right .businesscard {
	width: 460px;
	height: 180px;
	background-image: url(img/business-cardbg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.bottombox .right .infos {
	float :left;
	width: 340px;
	text-align:right;
	color: #FFF;
}


.bottombox .right .metas {
	float :right;
	width: 100px;
	color: #999;
	font-weight:bold;
}

.bottombox .right .infos A, .bottombox .right .infos A:visited {
	color: white;
	text-decoration: none;
}

.bottombox .right .infos A:hover {
	text-decoration: underline;
}
.breaker {
	clear:both;
	height: 1px;
	overflow:hidden
}
