body{
	/*background:url(images/universe-bg.jpg) no-repeat top #000;*/
background:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#353535;
	margin:0px;
}

@font-face {
    font-family: 'charlemagne_stdbold';
    src: url('fonts/charlemagnestd-bold-webfont.eot');
    src: url('fonts/charlemagnestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/charlemagnestd-bold-webfont.woff') format('woff'),
         url('fonts/charlemagnestd-bold-webfont.ttf') format('truetype'),
         url('fonts/charlemagnestd-bold-webfont.svg#charlemagne_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
div, h1, h2, h3, h4, span, img, p, a, ul, li, form, textarea, lable, input, select{
	margin:0; padding:0;
}

h1,h2,h3,h4,h5,h6,h6{
	margin:0px;
	font-weight:normal;
	font-family: 'charlemagne_stdbold';
}

table{
	border-collapse:collapse;
}
#container{
	margin:0px auto;
	width:1000px;
}
#wrapper{
	float:left;
	width:1000px;
}

a{
	text-decoration:none;
}
a img{
	border:0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
}
#header_home{
	float:left;
	width:680px;
	text-align:center;
	font-size:27px;
	color:#FFFFFF;
	padding:100px 160px 0px 160px;
	font-family: 'charlemagne_stdbold';
}
#logo_home{
	padding:220px 0px 0px 0px;
	text-align:center;
	float:left;
	width:1000px;
}
#home_img{
	width:1000px;
	float:left;
	padding:10px 0px;
	text-align:center;
}


#side_img img{
float:left;
width:400px;
height:auto;
}

#gif_img img{
border:2px white solid;
float:right;
position:absolute;
width:600px;
height:auto; 
right:50px;
margin-top:100px;
}
/******************Footer**********************/
#home_footer{
	float:left;
	width:1000px;
	padding:10px 0px;
	text-align:center;
}
#home_footer p{
	color:#FFFFFF;
	font-size:27px;
	margin:0px 0px 15px 0px;
	font-family: 'charlemagne_stdbold';
}
#home_footer a{
	color:#FFFFFF;
}