/* html redefinition */

html,body {
	color: #e6e5d1;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	overflow-y: scroll;
	overflow-x: hidden;
	}

html {
	color: #e6e5d1;
	background-image: url('images/large_bg.gif');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #200c09;
	}



/* ID */

#content {
	margin: 0px auto;
	min-height: 100%;
	background-image: url('images/content_back.png');
	width: 400px;
	}

#page {
	margin-top: -12px;
	height: 100%;
	min-height: 100%;
	}


/* class */

.center {
	padding-top: 20px;
	}

.entry {
	padding: 0px 10px 0px 10px;
	}

.mediumwhite {
	color: #e6e5d1;
	font-size: 12px;
	letter-spacing: 5px;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	}


/* Browser Fixes */

.ie6 #content {
	background-image: url('images/ie6_background.gif');
	}

.ie #page {
	margin-top: 0px;
	}

.ie .menubar {
	margin-top: -10px;
	}
