html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
	font-family: Arial, sans-serif;
}

#background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#top_back {
	left: 50px;
	position: absolute;
	background-color: #000;
	z-index: 10;
	height: 100%;
	width: 180px;
}

#subtitle_back {
	position: absolute;
	background-color: #000;
	z-index: 100;
	bottom: 10px;
	right: 10px;
}

h3 {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	margin: 0;
	padding: 5px 10px;
}

	h3 a {
		color: #fff;
		font-size: 80%;
		text-decoration: none;
	}

#top {
	left: 65px;
	top: 50px;
	position: absolute;
	width: 150px;
	z-index: 15;
	display: inline;
}

h1 {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	font-size: 10px;
	cursor: pointer;
}

	h1 a {
		display: block;
		background-image: url("images/logo.png");
		behavior: url("iepngfix.htc");
		background-position: center center;
		background-repeat: no-repeat;
		width: 155px;
		height: 25px;
		cursor: pointer;
	}

h2 {
	margin: 0;
	padding: 0;
	margin-top: 40px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 130%;
	color: #fff;
	font-weight: normal;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul li {
		color: #fff;
		font-family: Arial, Tahoma, sans-serif;
		font-size: 80%;
		line-height: 1.6em;
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}
	
		ul li a {
			color: #fff;
			text-decoration: none;
			padding-left: 20px;
			background-repeat: no-repeat;
			background-position: center left;
			font-size: 110%;
		}
		
			ul li a.twitter {
			    background-image: url('images/twitter.gif');
			}
			
			ul li a.facebook {
			    background-image: url('images/facebook.gif');
			}
			
			ul li a.flickr {
			    background-image: url('images/flickr.gif');
			}

			ul li a:hover {
				background-color: #fff;
				color: red;
			}