@charset "utf-8";
/* CSS Document */

/*BACKGROUND SECTION*/
.page {background-color:#0099FF;
width:63%;
margin:auto;
padding:10px;}

/*HEADER SECTION*/
.class-header {background-color:#009966;}

.social-sites li {display:inline-block;
position:relative;
left:600px;
top:-10px;}

.nav-main {display:inline-block;
position:relative;
rigth:700px;
margin:20px;
top:rigth;}

/*MAIN SECTION*/
main {background-color:#FF66FF;
width:60%;
margin:40px;
float:right;}

/*SIDEBAR SECTION*/
.sidebar {background-color:#CC9966;
width:20%;
margin:30px;
float:left;}

/*FOOTER SECTION*/
.real-footer {background-color:#99CCFF;
clear:both;}