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


html {
	margin:0; 
	padding:0; 
	height:100%;
	}

body { 
	background:#000000 url(images/CNStark_Black_Download.jpg) top center no-repeat; 
	margin:0; 
	padding:0;
	height:100%;
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
	}

#content {
	
 	width: 800px;
	height: 800px;
 	margin: 0 auto;
	margin-bottom:0;
 	padding:0;
 	text-align: left;
	color:#fff;
}

a {
	text-decoration:none; 
	border:0;
}

img {
	border:0px Solid yellow;
	}

p.left{
	float:left;
	width:390px;
	border:0px Solid red;
	}

p.left img{margin:80px 0 0 100px;}
	
p.right {
	width:390px;
	float:right;
	border:0px Solid #fff;
}

p.right img{margin:210px 0 0 10px;}
