@charset "utf-8";
/* CSS Document */


body {
	background-color:#000; 
	background-image:url(../images/background.jpg); 
	padding:0;
	margin:0;
	max-width:1024;
	color:#FFF;
}
.main_outer {
	background-image:url(../images/landingpage_layout_outer.png);
	background-repeat:no-repeat;
	background-position:top;
	width:1024px;
    margin: 0 auto;
	padding:0;

}
.main_inner {
	background-image:url(../images/landingpage_layout_inner.jpg);
	background-repeat:no-repeat;
	background-position:0px 56px;
	width:882px;
    margin: 0 auto;

}
img {
	border:0;
}
small {
	font-size:xx-small;
}

.copyright, .copyright a {
	font-size:small;
	color:#CCC;
	
}
.leftcontent {
	width:400px; 
	position:relative; 
	top:300px; 
	left:19px; 
	float:left;
}
.rightcontent {
	float:right; 
	width:400px; 
	position:relative; 
	top:300px; 
	left:-29px;
}
.preview {
	width:312px;
}
a {
	color:#CCC;
}

