body {
background: #000000;
color: #ffffff;
font-family: "Lucida Sans Unicode";
text-align: center;
}
#logo {
margin-left: auto;
margin-right: auto;
}
#container {
width: 600px;
margin-left: auto;
margin-right: auto;
}
#sidebar {
width: 100px;
float: left;
}
#menu {
background: transparent url(menu_bg.png) no-repeat;
padding: 24px 0px 0px 0px;
text-align: right;
font-size: 14px;
line-height: 24px;
width: 100px;
height: 250px;
float: left;
}
#content {
background: transparent;
text-align: left;
font-size: 12px;
width: 460px;
float: left;
margin-left: 20px;
}
#footer {
width: 600px;
margin-top: 36px;
text-align: center;
font-size: 10px;
color: #bbbbbb;
float: left;
}
h1 {
margin-left: 24px;
}
a {
color: #dddddd;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#menu a {
color: #dddddd;
background: #222222;
text-decoration: none;
padding: 2px 5px 2px 5px;
margin-right: 24px;
}
#menu a:hover {
color: #cccccc;
background: #333333;
}
img {
border: 0px;
}
