/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
   background: #cccccc url(../images/background.png) repeat-x fixed 0 0;
   color: #444444;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: 0;
}

#main {
    margin: 20px auto 0 auto;
    background: #ffffff;
    width: 760px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #000000;
}

#header {
    padding: 20px 0 20px 0;
}

#content {
    font-size: 2em;
}

#connect {
    margin-top: 20px;
}

#connect a {
    margin: 10px;
}

#footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

#twitter img {
    padding-top: 4px;
    padding-bottom: 4px;
}
