@import "reset.css";


body {
	background: url('../images/background.jpg') no-repeat top left #000;
	padding: 50px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	color: #fff;
}


body#index {
	margin: 0px auto;
	width: 1000px;
	text-align: center;
	padding: 300px 0 0 0;
}


h1 {
	margin: 50px 0 0 0;
}

.projectholder {
	position: relative;
	float: left;
	width: 260px;
	margin: 50px 20px 0 0;
}

.projecttitle {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	background: url('../images/projecttitle.jpg') no-repeat center right #000;
	height: 40px;
	width: 210px;
	color: #5eb026;
	padding: 5px 25px 5px 10px;
}


.player {
	position: relative;
	float: left;
	width: 320px;
	margin: 75px 20px 0 0;
}

.wsplayer {
	position: relative;
	float: left;
	width: 432px;
	margin: 75px 20px 0 0;
}


.clear {
	clear: both;
	float: none;
}


.green {
	color: #5eb026;
}


a,
a:link,
a:hover,
a:visited,
a:active {
	color: #5eb026;
	text-decoration: none;
}


#footer {
	position: absolute;
	bottom: 0px;
	left: 50px;
	margin: 0 0 20px 0;
}

td {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
}

td.first {
	width: 150px;
}

td.after {
	width: 400px;
}