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

body {
	background-image:url(img/bg_pat.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	max-width: 720px;
	margin: 0px auto;
	}
a:link {
	color: #ECECEC;
	text-decoration:none;
	}
a:link:hover {
	color:#999999;
	text-decoration:underline;
	}
a:visited {
	color: #ECECEC;
	text-decoration: underline;
	}
	
.content {
	background-color:#0b0b0b;
	min-width: 720px;
	widtH: 720px;
	min-height: 100%;
	height: 100%;
	position:absolute;
	margin: 0px auto;
	border-left:#131313 2px solid;
	border-right:#131313 2px solid;
	color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	