* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body{
	background:#000;
	font: 12px arial, helvetica, sans-serif;
	color:#fff;
}

a:link, a:visited, a:active{
	color:#95BEEF;
	text-decoration:none;
}

a:hover{
	color:#95BEEF;
	text-decoration:underline;
}

.wrapper{
	margin: 0px auto;
	width: 1002px;
	background:url('../images/meteor/mainbg.jpg') repeat-y;
}

.main_container{
	padding:0px 0px 0px 0px;
}

.header{
	height:158px;
	background:url('../images/meteor/header.jpg');
}

.nav{
	height:39px;
}

.content{
	background:url('../images/meteor/main.jpg');
	height:407px;
}

.video_container{
	padding:0px 0px 0px 173px;
}

.video{
	padding:18px 0px 0px 8px;
	width:659px;
	height:383px;
	background:url('../images/meteor/video_bg.jpg') no-repeat;
}

.flash{
	padding:10px 0px 0px 8px;
}

.header_text{
	font-size:14px;
	font-weight:bold;
}

.actual_home_left{
	float:left;
	width:432px;
}

.home_left{
	float:left;
	padding:58px 25px 0px 90px;
	width:317px;
	text-align:justify;
}

.il_left{
	float:left;
	padding:24px 75px 0px 84px;
	width:360px;
}

.il_right{
	margin-left:450px;
	padding:30px 0px 0px 0px;
	width:450px;
	text-align:justify;
}

.tutorials_left{
	float:left;
	padding:23px 25px 0px 90px;
	width:481px;
	text-align:justify;
}

.home_right{
	padding:0px 0px 0px 0px;
}

.site_footer{
	padding:100px 30px 0px 0px;
	margin: 0px auto;
	width: 972px;
	height:25px;
	text-align:right;
	background:url('../images/meteor/footer.jpg') no-repeat;
	color:#666;
	font-size:11px;
}

.site_footer a:link,.site_footer a:visited,.site_footer a:active,.site_footer a:hover{
	color:#666;
	text-decoration:underline;
}