html, body {
	margin:0;
	padding:0px;
	width:100% !important;
	height:100% !important;
}
table {
	margin-bottom: 35px;
	margin-top: 20px;
}

body {
	color: #999;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 22px;
	background-color: #222;
	text-shadow: 0px 0px 0px;
	text-decoration: none;
	background-image: url(../images/bg3.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='images/bg.jpg',
    sizingMethod='scale');
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	text-align: center;
}
h1 {
	color: #FFFFFF;
	font-family: 'Arapey', serif;
	font-size: 1.4em;
	text-align: center;
	text-shadow: 1px 1px 3px #000;

	letter-spacing:2px;
}
h2 {
	font-family: 'Arapey', serif;	
	font-size:1.1em;
	color: #FFFFFF;
	text-align: center;
}
	
#main {
	margin: 100px auto 0;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 50px;
	box-sizing: border-box;
}
#table {
	margin: 100px auto;
	width: 400px;
	background: #000000;
	opacity: 0.7;
	padding: 30px 0px 10px;
	border-radius: 20px;
}

#top, #bottom, #left, #right {
	background: #000000;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

@media 

/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads  */
only screen and (min-device-width: 768px) and (max-device-width: 1024px)

{
	#top, #bottom, #left, #right { display: none; }
}
