body {
    background: #333;
    margin: 0 auto;
    text-align: center;
    color: #f3f3f3;
    width: 960px;
    font-family: Lucida Grande, Arial, Verdana, san-serif, serif;
}
.clearAll {
    clear: both;
}
a, h1, h2 {
    color: #dff295;
    text-decoration: none;

}
a{
    line-height: 24px;
    white-space: nowrap;

}
h1 {

}
h2 {

}
a:hover {
    color: #c5ccab;
    text-decoration: overline;
}
li {
    list-style: none;
}
.header_title {
    margin: 0 0 40px 0;
    letter-spacing: -3px;
}
.bg {
    background: url('images/bg.jpg') #333;
    background-repeat: no-repeat;
    filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	min-height: 445px;
	position: relative;
	display: block;
}
#page {
    filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	-khtml-opacity:1 !important;
	opacity:1 !important;
	position: absolute;
	top: 0;
	margin: 30px 0 0 265px;
	min-width: 440px;
}
.content {
    float: left;
    margin: 0 10% 0 0;
    width: 40%;
    text-align: left;
}

#sidebar {
    float: right;
    width: 50%;
}
#sidebar h2 {
    text-align: right;
}
#footer {
    margin: 0;
}