@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
	
#logo {
	position: absolute;
	top: 360px;
	left: 320px;
	}
	
#story {
	position: absolute;
	top: 40px;
	left: 75px;
	}
	
a img { border: none; }

img { border: none; }

#wrapper {
	width: 1013px;
	position: relative;
	margin: auto;
	margin-top: 50px;
	}