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

.backround {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/backround.gif);
}
.bottom {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	word-spacing: 5pt;
}
.address_txt {
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
	color: #CCC;
}


body {
	background-image: url(images/main_backround.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333333;
	text-align: center;
}
.roll {
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
}



.address {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
}
.f_txt {
	color: #FFF;
}
.wht_txt {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0.25pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
.title_txt {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #FF9;
}
