/* hello, friend. this is moonball typing. */

/* moonball = echo */

/* you may use this source code to gather css knowledge, play around and perhaps learn from my mistakes ;) */
/* if this has helped you (or not) i'd love to know! send me some mail: moonball at echoing dot org */
/* same goes for any suggestions you have for improvements and the like */

body,html {
margin: 0px; 
padding: 0px;
color: #fff;
background: #000;
text-align: center;
font: 11px "Lucida Grande","Lucida Sans Unicode",Tahoma, Helvetica, Verdana, sans-serif;
}

#wrapping {
margin: 0px auto;
padding: 0px;
width: 640px;
height: 580px;
}

#top {
width: 100%;
height: 60px;
border: solid #333;
border-width: 2px 0; 
margin: 2px;
}

#top a:link {
text-decoration: none;
color: #fff;
}

#top a:visited {
text-decoration: none;
color: #fff;
}

#top a:hover {
text-decoration: underline;
color: #fff;
}

#top a:active {
text-decoration: none;
color: #000;
background: #fff;
}

#bottom {
width: 100%;
height: 40px;
position:relative;
border: solid #333; 
border-width: 2px 0;
text-align: right;
}

#bottom a:link {
text-decoration: none;
color: #fff;
}

#bottom a:visited {
text-decoration: none;
color: #fff;
}

#bottom a:hover {
text-decoration: underline;
color: #fff;
}

#bottom a:active {
text-decoration: none;
color: #000;
background: #fff;
}

#content { 
height: 450px; 
position:relative;
border: solid #000000; 
border-width: 0px 2px; 
background: #ffffff;
color: #333333;
overflow: auto;
margin:0 15% 0 15%;
padding: 0 12px;
}

h1 {
font: 24px "times new roman", times, serif;
letter-spacing: 1px;
line-height: 25%;
}

h2 {
font: 24px "times new roman", times, serif;
letter-spacing: 1px;
text-transform: uppercase;
}

p {
font: 95%;
text-align: left;
}

a:link {
text-decoration: none;
color: #000;
border-bottom: 1px solid #333;
}

a:visited {
text-decoration: none;
color: #333;
border-bottom: 1px solid #000;
}

a:hover {
text-decoration: none;
color: #fff;
background: #000;
}

a:active {
text-decoration: none;
color: #000;
background: #fff;
}

input,textarea,select {
color: #fff;
background: #000;
border: 1px solid #333;
font: 1em/140% "courier new", courier, monospace;
}

