@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 12px Georgia;
	font-style: italic;
	color: #EEEEEE;
	/*background:url(../media/img/bg_repeater.png) repeat-y center top;*/
	background-color:#101010;
	position:relative;
	}
	
#wrapper {
	width: 768px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.link{
	text-decoration: underline;
	margin-top: 7px;
	margin-bottom: 7px;
	cursor: pointer;
	}
