
html {
	height: 100%;
}

body	{
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	color: #ffffff;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
}

a {
	color: #ffff00;
	text-decoration: none;
	border-bottom: 1px dotted #ffff00;
}

h1, h2, h3 {
	font-weight: bold;
	padding-top: 5px;
	text-align: left;
}

h1 {
	color: #ff0000;
	font-size: 1.3em;
	padding-top: 0;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

ul#screenshots {
	margin:0;
	padding:0;
}

#screenshots li {
	display:inline;
	list-style-type:none;
	padding-right:10px;
	margin:0;
}
