"UTF-8";
/* CSS Document */

/*Main
-------------------------------------------------*/
* {
	border:none;
	padding:0;
	margin:0;
	background-color: #303030;
	background-repeat: repeat-x;
}

a:link, a:visited {
	border:none;
	font-family:Arial;
	color: #303030;
	text-decoration:none;
}

a:hover, a:active {
	color: #303030;
	text-decoration:underline;
	outline:none;
}

body {
	margin:0;
	background-color: #303030;
	background-image: url(../layout/background.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	text-indent:-9999px;
	width:930px;
	height:112px;
	margin:0 auto;
	background:#000 url(../layout/header.jpg) no-repeat top left;
}


#container p {
	clear:both;
}

/*Content
-------------------------------------------------*/

#intro {
	position: relative;
	width:775px;
	height:500px;
	margin:0 auto;
}
