body {
	background-image: url(../Images/Background.png);
	background-color: #000;
	background-repeat: repeat-x;
	margin:0 auto;
	text-align:center;
}
p {
	font-family: Verdana, Arial, Microsoft sans serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
}

#Menu {
	margin:0 auto;
	margin-top: 15px;
	background-color:#333333;
	width:720px;
	padding: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.TextWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	
}
a.TextWhite:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
	font-size: 24px;
}
.TextBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #06C;
	font-size: 24px;
	
}
a.TextBlue:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0099FF;
	font-size: 24px;
}
.Dots {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #999;
	text-decoration: none;
}

#Container {
	margin:0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	background-color:#333333;
	width:720px;
	
}
#Container.pos_up {

}

