/* CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color:#FFFFFF;
}
#wrapper {
	width: 684px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-left: 39px;
	padding-right: 39px;
}
#title {
	text-align: center;
	line-height: 72px;
	font-size: 46px;
	color: #FBCA59;
	padding-bottom: 10px;
}

#title a {
	font-size: 74px;
}




a {color: #FFFFFF; text-decoration: none;}
a:hover {color: #F3038C; text-decoration: none;}
a:focus {outline: none;}

.clr {clear: both;}


#text {
	text-align: center;
	line-height: 42px;
	font-size: 42px;
	color: #FBCA59;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
h1 a {

color: #FFFFFF; text-decoration: none;
}
h1 a:hover {

color: #F4048D; text-decoration: none;
}
