body
{
background-image:url('images/bg.jpg');
background-attachment: fixed;
background-color: black;
font-family:georgia,"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
color: white;
}
input
{
border: 1px solid gray;
}
a:link
{
color: #222222;
/*text-decoration: none;*/
}
a:visited
{
color: #222222;
/*text-decoration: none;*/
}
a:hover
{
color: red;
}
#header
{
Position: relative;
margin: 0 auto;
background-image:url('images/top.jpg');
width: 930px;
height: 86px;
}
#main
{
position: relative;
padding: 6px;
margin: 0 auto;
background: gray;
border-left: 9px solid black;
border-right: 9px solid black;
width: 900px;
height: auto;
}
.entry
{
background-color: #707070;
width: 96%;
height: auto;
margin: 0 auto;
padding: 6px;
border: 2px solid #636363;
}
.subject
{
font-size: 18px;
font-weight: bold;
}
.date
{
font-style: italic;
font-size: 10px;
padding-bottom: 12px;
}
.content
{
font-size: 16px;
height: auto;
}
.contentFooter
{
font-size: 12px;
}
#footer
{
Position: relative;
margin: 0 auto;
background-image:url('images/bottom.jpg');
width: 930px;
height: 86px;
font-size: 10px;
text-align: center;
}
