* {
	padding:0; /* top, right, bottom, left */
	margin:0;
	border:0;
}
body {
	background:url('../images/background.jpg');
	font-family:Verdana, arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#main {
	position: absolute;
	width:550px;
	top:50%;
	margin-top:-275px;
	left:50%;
	margin-left:-270px;
}
#header {
	height:50px;
	width:550px;
	text-align:center;
}
#menu {
	text-align:center;
	float:left;
	width:120px;
}
	.element {
		display:block;
		width:116px;
		height:22px;
		margin:2px;
		padding-top:4px;
		background:url('../images/menu-bg.jpg');
	}
	#menu a {
		color:#111111;
		font-size:1.2em;
		font-weight:bold;
	}
		#menu a:hover {
			color:#111111;
		}
#page {
	float:left;
	width:404px;
	height:350px;
	margin:2px;
	padding:5px 2px 5px 5px;
	text-align:left;
  background-position:center bottom;
  background-repeat:repeat-x;
  overflow-y:auto;
}
	#page LI {
		list-style:none;
		padding-bottom:0.8em;
	}
#footer {
	clear:both;
	height:15px;
	width:550px;
	padding:5px 0 0 102px;
}

#page h3 {
  font-style:italic;
  margin-top:1em;
  text-shadow:0 0 2px #000;
  color:#eee;
}

.sites a {
	color:#ffffff;
	font-weight:bold;
}
.news a {
	color:#ff3262;
}
.works a {
	color:#eee;
	font-weight:bold;
}
.bottom-right {
	float:right;
  margin-right:10px;
	margin-top:330px;
}
	.bottom-right a {
		font-family:"Consolas";
		font-style:italic;
		font-size:1.1em;
		text-decoration:none;
	}

#menu a.white:hover {
	color:#ffffff;
}
#menu a.red:hover {
	color:#d8552b;
}
#menu a.green:hover {
	color:#2cda83;
}
#menu a.blue:hover {
	color:#28add8;
}
#menu a.yellow:hover {
	color:#ffb400;
}
#menu a.purple:hover {
	color:#9a36ff;
}

#LiteStatsShow {
	display:inline;
}
#LiteStatsShow a {
	text-decoration:none;
	color:#ddd;
}

/* VIMEO */
.video_feed {
	position:fixed;
	top:50%;
  margin-top:-220px;
	background:#e7e7de;
	border:7px solid #fff;
	-moz-border-radius:10px;
}
  #vimeo {
    right:0;
  }
  #youtube {
    left:0;
  }
	.video_feed .top {
		text-align:center;
		margin-top:5px;
	}
	.video_feed .item {
		width:200px;
		padding:5px 10px 10px 10px;
		overflow:hidden;
		color:#969696;
		font-weight:bold;
	}
	.video_feed p {
		margin-top:5px;
	}
	.video_feed a {
		color:#388fc5;
		font-style:italic;
		font-weight:normal;
	}
