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

body
{
	background-color: #f2c908;
	background-image: url(images/back.jpg);
	background-repeat:repeat-x;
	background-attachment: fixed;
	margin: 0px;
	top: 0px;
	font-family: "Comic Sans MS", cursive;
	color:#000;
		}

.textx{font-size:14px;}
a:link {
	color: #1d0000;
	text-decoration: none;
}
a:visited {
	color: #1d0000;
	text-decoration: none;
}
a:hover {
	color: #1d0000;
	text-decoration: none;
}
a:active {
	color: #1d0000;
	text-decoration: none;
}

#wrapper
{
	width: 930px;
	margin: 0 auto;
	}
#nav
{
	width: 930px;
	height: 34px;
	margin: 0 auto;
	background-image: url(images/nav_back.jpg);
	position:fixed;
	top:0;
	}
	
	#nav_cover
{
	width: 930px;
	height: 34px;
	margin: 0 auto;
	}



.breaker
{font-size:6px;}
.breaker2
{font-size:2px;}
	
#top
{width: 930px;}
