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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}
html {
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#leftmenu li {
	list-style:none;
	display:inline;
	padding-left:80px;
}
A:link {
	text-decoration: none;
	color:#FFF;
}
A:visited {
	text-decoration: none;
	color:#FFF;
}
A:active {
	text-decoration: none;
	color:#FFF;
}
A:hover {
	text-decoration:none;
	color: red;
}
#titlebar {
	width:100%;
	height:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100px;
	text-align:center;
}
#container {
	margin:0 auto;
	width:900px;
	height:750px;
	background-color:#999;
	opacity:0.8;
	border-bottom-style:none;
	border-radius:15px;
}
#leftmenu {
	margin:0 auto;
	width:900px;
	height:20px;
	background-color:#999;
	border-radius:15px;
	padding-top:15px;
	padding-bottom:15px;
	opacity:0.8;
}
#spacer {
	width:1000px;
	height:5px;
}
#tumble {
	margin:0 auto;
	width:790px;
	height:600px;
	padding:30px;
	padding-top:10px;
	border:none;
	overflow:auto;
}
#tumblrlink {
	padding:30px;
}
#me {
	float:right;
	margin-right:15px;
	height:auto;
	width:170px;
	background-color:#999;
	border-radius:15px;
	padding:10px;
	padding-left:10px;
	font-size:14px;
	text-align:center;
	opacity:0.8;
}
#me img {
	padding:10px;
	margin:0 auto;
}
#vimeo {
	margin:0 auto;
	padding:50px;
}
#game {
	margin:0px;
	padding:15px;
	padding-left:40px;
	padding-top:20px;
}
#current {
	margin:0 auto;
	padding:20px;
	width: 800px;
	height:auto;
}
#current img {
	padding:10px;
}
#current li {
	list-style:disc;
}
#pro {
	width:500px;
	height:auto;
	padding:50px;
}
#footer {
	text-align:center;
	margin:0 auto;
	width:870px;
	height:auto;
	padding:15px;
	background-color:#999;
	border-radius:15px;
	font-size:12px;
}

