@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Rosario);
/* CSS Document */

/* clear formatting */
* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background: #000000;
	color: #EEEEEE;
	font-family: 'Rosario', sans-serif;
}

/* IDs */
#header {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#covers div.cover {
	float: left;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 0.75em;
}

/* tags */
a {
	text-decoration: none;
	color: #6f0800;
}

