/*General*/

div, img, ol, ul, li, p, body, h1, h2, h3, blockquote, table, th, tr, td, dl, dd, dt, input[type="text"]  {
margin: 0;
padding: 0;
border: 0;
}

body {
width: 750px;
margin: 0 auto;
padding: 200px 0 0 0;
color: #cfcfcf;
background: #000 url(body.gif) no-repeat top center;
font-family: sans-serif;
line-height: 1.4em;
text-align: left;
font-size: 0.85em;
text-align: center;
}

/*Heading*/

h1 {
display: none;
}

h2 {
margin: 1.6em 0 1em 0;
font-size: 1.3em;
font-weight: normal;
font-variant: small-caps;
}

/*Text*/

p, ul, dl {
margin: 1em 0 1.6em 0;
}

img.coming_soon {
width: 376px;
height: 303px;
}

img.tweet {
width: 400px;
height: 74px;
}

em {
font-weight: bold;
font-style: normal;
}

p#footnote {
color: #777;
clear: both;
text-align: center;
font-size: 0.9em;
font-variant: small-caps;
font-family: serif;
}

input[type="text"] {
margin: 0 0 0 0.5em;
padding: 0.3em 0.4em 0.2em 0.4em;
background: #222;
color: #cfcfcf;
font-family: sans-serif;
font-size: 0.9em;
}

/*List*/

ul {
list-style-type: square;
}

dd {
color: #ccc;
}

/*Link*/

a {
color: #aa0000;
text-decoration: none;
}

a:hover {
color: #ca0000;
}