* {
    padding: 0;
    margin: 0;
} 

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}

#wrap {
margin: 40px auto 0 auto;
width: 100%;
z-index: 1;
position: absolute;
}

#header { 
border: 1px solid #222;
height: 100px;
}
#header h1 {
font-size: 42px;
font-weight: 80;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}

.left {
margin-top: 10px;
margin-left: 2%;
width: 70%;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #333;
opacity: 0.78;
	-ms-filter: 'alpha (opacity=78)';
	filter: alpha (opacity=78);

}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
margin-right: 2%;
width: 18%;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #333;
opacity: 0.60;
	-ms-filter: 'alpha (opacity=60)';
	filter: alpha (opacity=60);

}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

