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

body {
	background-color:rgba(0,0,0,1.00);
	}
	
a:link {
    text-decoration: none;
	color:rgba(255,255,255,1.00);
}

a:visited {
    text-decoration: none;
	color:rgba(255,255,255,1.00);
}

a:hover {
    text-decoration: underline;
	color:rgba(255,255,255,1.00);
}

a:active {
    text-decoration: underline;
	color:rgba(255,255,255,1.00);
}	

#content {
	color:rgba(255,255,255,1.00);
	width: 1600px;
	height:1830px;
	}