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

@import url("reset.css");


/* --------------------------------------- Basic Elements ------------------------------- */

body{
	margin:0;
	padding:0;
	background:#6C6C6C;
}

#wrapper{
	width:735px;
	margin:52px auto 0 auto;
}

h1{font-size:62px; margin-bottom:20px; color:#FFF;}

a {color:#d0ff00; text-decoration:none;}
a:hover {text-decoration:underline;}