html {
    background: maroon;
	background-image:url('./my_logo.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
}
body {
    background: beige;
    min-width: 430px;
    max-width: 800px;
	min-height: 500px;
    margin: 0px auto;
    padding: 0px;
	font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
.nav {
	background: black;
	color: beige;
	width: 100%;
	font-size: 18px;
}
.nav td {
	height: 30px;
	padding: 5px;
}
.nav a {
	text-decoration: none;
	color: beige;
	display: block;
}
.nav a:hover {
	background: beige;
	color: black;
}
.here {
	background: maroon;
}
.nav2a, .nav2b, .nav2c, .nav2d, .nav2e {
	background: maroon;
	color: beige;
	font-size: 15px;
	border-radius: 5px;
	width: 57%;
	position: absolute;
	left: 22%;
}
.nav2a {
	visibility: visible;
}
.nav2b {
	visibility: hidden;
}
.nav2c {
	visibility: hidden;
}
.nav2d {
	visibility: hidden;
}
.nav2e {
	visibility: hidden;
}
.nav2a td, .nav2b td, .nav2c td, .nav2d td, .nav2e td {
	height: 15px;
}
.nav2a a, .nav2b a, .nav2c a, .nav2d a, .nav2e a {
	text-decoration: none;
	color: beige;
	display: block;
}
.nav2a a:hover, .nav2b a:hover, .nav2c a:hover, .nav2d a:hover, .nav2e a:hover {
	background: beige;
	color: maroon;
}
.here2 {
	background: black;
}
h1 {
	position: relative;
	top: 20px;
}
.game1, .game2, .game3, .game4, .game5, .game6, .game7, .game8, .game9, .game10, .game11 {
	border: maroon;
}
.game1 td {
	width: 100px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game2 td {
	width: 90px;
	height: 54px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game3 td {
	width: 80px;
	height: 48px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game4 td {
	width: 120px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game5 td {
	width: 100px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game6 td {
	width: 100px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game7 td {
	width: 90px;
	height: 54px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game8 td {
	width: 100px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game9 td {
	width: 90px;
	height: 54px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game10 td {
	width: 100px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.game11 td {
	width: 90px;
	height: 54px;
	text-align: center;
	font-weight: bold;
	border-radius: 8px;
}
.v1 {
	color: beige;
	background: beige;
	font-size: 0px;
}
.v1:hover {
	background: maroon;
	color: maroon;
}
.v2 {
	color: maroon;
	background: beige;
	font-size: 25px;
}
.v3 {
	color: beige;
	background: maroon;
	font-size: 25px;
}
.b_link {
	text-decoration:none;
	color:black;	
}
.hide {
	visibility: hidden;
}
.person {
	text-align: center;
	font-weight: bold;
	color: maroon;
	border-color: maroon;
}
.fb-like {
	position: relative;
	left: 40px;
}
.btn {
	color: maroon;
	font-weight: bold;
	background: snow;
	font-size: 28px;
}
a {
	color: maroon;
}
.help {
	font-size: 30px; 
	font-weight: bold; 
	background: snow; 
	padding: 7px 10px 7px 10px; 
	position: relative;
	bottom: 15px;
	font-family: Verdana, sans-serif;
}
.help a {
	text-decoration: none;
}
.title {
	color: white;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
}
.main-nav {
	text-align: left;
	font-family: verdana, sans-serif;
	background: maroon;
	padding: 5px;
	color: cornsilk;
	height: 50px;
	width: 100%;
	min-width: 500px;
}
.pic_links {
	list-style:none;
	padding:0px;
	margin:0px;
	float: right;
}
.pic_links li {
	padding: 0px 2px 0px 2px;
	float: left;
}
p {
	padding: 0px 10px 0px 10px;
}