
html, body		{ height: 100%; }

body			{ background-color: #000000; color: #ffffff; font-family: "Helvetica Neue","Arial",sans-serif; font-size: 13px; line-height: 25px; background-image: url(../images/bg.gif); background-position: center center; background-repeat: no-repeat; }

h2			{ font-size: 23px; line-height: 33px; font-weight: normal; }

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

br			{ clear: both; }

#container		{ position: absolute; width: 320px; height: 440px; top: 50%; left: 50%; margin: -220px 0 0 -160px; text-align: center; }

div.translucent		{ opacity: 0.6; filter: alpha(opacity=60); }

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