
/* CSS Document 
The Insight Fanlisting
Author: Anja 'Anukk'
URI: http://fan.skykissed.net/insight
*/

html {
margin: 0;
padding: 0;
height: 100%;
}

body {
margin: 0;
text-align: left;
background: #000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
line-height: 20px;
letter-spacing: 1px;
color: #6D6D6D;
}

#wrapper {
margin: 0;
width: 99%;
min-height: 300px;
}

#header {
width: 774px;
height: 367px;
margin: 0;
}

#content {
margin: 1% 0 0 0;
min-height: 300px;
width: 97%;
padding: 0 0 0 3%;
}

#footer {
margin: 2% 0 0 0;
text-align: center;
height: 4%;
width: 100%;
color: #666;
}

a:link {
text-decoration: none;
color: #fff;
}
a:visited {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
color: #000;
background: #ccc;
}
a:active {
text-decoration: none;
color: #fff;
}

img {
border: 0;
}

textarea,select,input,option {
background: #666;
color: #fff;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
padding: 2px;
border: 1px solid #fff;
}