<?php
body {
background: url(images/twilight/bg.png);
color: #000;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
}
a:link {
color: #555;
text-decoration: none;
}
a:visited {
color: #444;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
#container {
color: #000;
text-align: left;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
}
.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}
#logo {
background: url(images/twilight/logo.png);
border-bottom: 1px solid #1d2b34;
}
#content {
background: url(images/twilight/bg.png);
width: auto !important;
padding: 20px 10px;
overflow: hidden;
border-bottom: 1px solid #000;
}