* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

body {
    font: normal 91%/1.2 Helvetica,Arial,Verdana,Sans-serif;
	background-color: #333;
	color: #999;
	padding-top: 60px;
}

#container {
	width: 938px;
	margin: auto;
	height: 440px;
}


#outer {
	width: 938px;
	margin: auto;
}
#button1 {
text-align: center;
}



ul.menu {
	list-style: none;
}

ul.menu li, h1 {
	font-size: 4em;
	/*margin-top: 0.2em;
	margin-bottom: -0.1em;*/
	letter-spacing: -0.05em;
	line-height: 0.9em;
	font-weight: bold;
	color: #ccc;
}

ul.menu li:after, h1:after {
	content: ".";
	color: gold;
}

h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 3em;
	letter-spacing: 0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	margin-top: 1em;
	padding-right: 6px;
	text-align: right;
}

h5 {
	padding-right: 6px;
	text-align: right;
	}

h2 a {
	text-decoration: none;
	color: #eee;
	text-align: right;
}

h5 a {
	text-decoration: none;
	color: #000;
	text-align: right;
}

p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}

li a:hover {
	color: #999;
	text-decoration: none;
}



