body {
	background: #eee url(./images/bg.gif);
	color: #2e2e2e;
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

small {
	font-size: 0.90em;
}


h1, h2, h3, h4 {
	line-height: 1.2em;
}

h1 {
	font-size: 3.0em;
	padding-top: 25px;
}

h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }

br.clear {
	clear: both;
}

p {
	margin: 1.4em 0;
}

div.header {
	background: #eee url(./images/bg_header.gif);
	height: 100px;
	text-align: center;
	text-shadow: 1px 1px 1px #1e1e1e;
	margin-bottom: 30px;
	color: #f5f5f5;
}

div.content {
	text-align: center;
}

div.content img {
	background: white;
	box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	-moz-box-shadow: 0px 0px 15px #999;
	padding: 15px;
}

a.button {
	color: #333;
	background: #CCC;
	filter:alpha(opacity=50);
	opacity:0.5;
	font-size: 1.6em;
	margin: 10px;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: inherit;
	width: 250px;
	text-decoration: none;
}

a:hover.button {
	filter:alpha(opacity=100);
	opacity:1;
}