/* 

	Style sheet V.0 - 06-08-2010
	
	created by Damien Tailhades Alias The Regular Designer
	more info and contact @ www.regulardesigner.com
	
	contact => hello@regulardesigner.com

*/
body {
	min-width:900px;
	background: #000000 url('../img/starsBg.gif') repeat center top;
	margin:0;
	padding:0;
}

img {
	border:none;
	margin:0;
	padding:0;
}

div#page {
	width:650px;
	background-color:#000000;
	margin:122px auto 0 auto;
}

div.box {
	width:320px;
	height:240px;
	float:left;
}

div#video {
/*	background-color:#132456;*/
	margin-right:5px;
	margin-bottom:5px;
}

div#pics1 {
/*	background-color:#987654;*/
	margin-left:5px;
	margin-bottom:5px;
}

div#pics2 {
/*	background-color:#654654;*/
	margin-right:5px;
	margin-top:5px;
}

div#pics3 {
/*	background-color:#321321;*/
	margin-left:5px;
	margin-top:5px;
}

div#title {
	position:relative;
	margin-top:5px;
}

div#title h1 {
	position:absolute;
	bottom:0px;
	text-indent:-5000px;
	background: transparent url('../img/theFairchilds.gif') no-repeat left bottom;
	width:670px;
	height:108px;
	margin:0;
}

.clear {
	clear:both;
}

a {
	text-decoration: none; 
	color: #000000; 
	
}

div a.thumb {
	width:320px;
	height:240px;
	cursor:default;
	display: block;
}

div span {
	width:320px;
	height:240px;
	overflow:hidden;
	display:block;
}

div#ourRevolution {
	width:650px;
	margin:0 auto;
}

div#ourRevolution p {
	width:650px;
	height:62px;
	background: transparent url('../img/ourRevolution.gif') no-repeat center -5px;
	text-indent:-5000px;
}

#footer {
	background-color: #000000;
	margin:25px 0 0 0;
	padding-bottom:20px;
}

#footer ul {
	margin:0 auto;
	width:890px;
}

#footer ul li{
	display:inline;
	margin:0;
	padding:0;
/*	width:100px;
	height:100px;*/

}

#footer ul li a {
	display:block;
	text-indent:-9000px;
	width:100px;
	height:100px;
	float:left;
	margin:10px;
	background-color:#123464;
}

#footer ul li a.across {
	margin-right:80px;
}

#name ul li{display:inline;}

a.across {
	background:#000000 url('../img/acrossTheUnivers.png') top left;
}

a.fb {
	background:#000000 url('../img/fbBtn.png') top right;
}

a.mspc {
	background:#000000 url('../img/logoSocial.jpg') top right;
}
a.twt {
	background:#000000 url('../img/logoSocial.jpg') top left;
}
a.ytb {
	background:#000000 url('../img/logoSocial.jpg') top center;
}

a:hover.across {
	background:#000000 url('../img/acrossTheUnivers.png') bottom left;
}

a:hover.fb {
	background:#000000 url('../img/fbBtn.png') bottom right;
}

a:hover.mspc {
	background:#000000 url('../img/logoSocial.jpg') bottom right;
}
a:hover.twt {
	background:#000000 url('../img/logoSocial.jpg') bottom left;
}
a:hover.ytb {
	background:#000000 url('../img/logoSocial.jpg') bottom center;
}





