body {
background-color: #111;
margin: 0px;
color: #666;
font-family: arial, helvetica, san serif;
font-size: 12px;
line-height: 14px;
background-image: url(http://new-place.org/angel/skins/angelseason2/bg.jpg);
background-repeat: repeat-y;
background-position: top center;
}

a {
color: #777;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #999;
}

#layout {
width: 550px;
height: 440px;
margin: 0 auto;
z-index: 1;
}

#content {
width: 510px;
margin: -140px auto 0 auto;
padding: 10px 20px;
z-index: 2;
background-color: #000;
text-align: justify;
background-image: 
url(http://new-place.org/angel/skins/angelseason2/layout-bottom.jpg);
background-repeat: no-repeat;
background-position: top center;
}

h2 {
font-family: arial, helvetica, sans-serif;
font-weight: normal;
font-size: 18px;
text-transform: uppercase;
color: #333;
margin: 0 0 5px 0;
}

h3 {
margin: 5px 0;
font-size: 12px;
text-transform: uppercase;
color: #444;
letter-spacing: 1px;
}

h4 {
margin: 15px 0 5px 0;
font-size: 13px;
}

p {
margin: 0 0 15px 0;
}

form {
width: 500px;
}

input, textarea, select {
background-color: #333;
padding: 2px;
margin-top: 2px;
color: #777;
}

input:focus, textarea:focus, select:focus {
background-color: #444;
color: #888;
}

textarea {
height: 75px;
margin: 0px;
overflow: auto;
}

.form, .password, .button {
border: 0px solid #5C6637;
}

.button {
}

.form {
width: 98%;
}

.password {
width: 48.5%;
}

.checked, .radio {
background-color: transparent;
border: 0;
margin-top: 4px;
}

blockquote {
background-color: #222;
padding: 8px;
width: 400px;
margin: 0 auto 15px auto;
}

ul, li {
list-style-position: inside;
list-style-type: square;
padding: 0 0 0 1px;
margin: 0;
}

ul, table {
margin: 10px 0 10px 0;
}

td {
padding: 0 0 5px 0;
}

.fan, .pagenav {
margin: 10px 0 10px 0;
}

#gallery img {
border: 1px solid #666;
}

#gallery a {
-moz-opacity: .5;
opacity: .5;
filter: alpha(opacity=50);
}

#gallery a:hover {
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity=100);
}

