@charset "utf-8";
/* CSS Document */

/* Biggest background div */
.page {background-color:#F09;
		width:80%;
		padding:8px;
		}


/* Header section */
.masthead {background-color:#FF9;}

.nav-main {position:relative;
		left:100px;
		top:-80px}
		
.social-sites {position:absolute;
		top:20px;
		right:250px}


/* Middle (main & sidebar)section */
.container {background-color:#;
		padding:8px;}


/* Main section */
main {background-color:#0FF;
		width:70%;
		float:left;}


/* Sidebar section */
.sidebar {background-color:#F60;
		width:25%;
		float:right}


/* Footer section */
.footer-bottom {background-color:#999;
		clear:both;}