@charset "utf-8";
/* CSS Document */


/* WHOLE PAGE */
.page {background-color:#CCCC00; width:80%;
margin:auto;
padding:10px;}

/* HEADER */

.berry {background-color:#00CC00;margin:auto;padding:10px;}

.social-sites {position:relative;left:900px; top:-80px;}
.menu {position:relative;left:1px;top:-50px;}

/* MAIN */
main {background-color:#33CC99; width:60%; float:left;}
.straw {padding-left:4%;}

h1 {color:#CC0066;}
h2 {color:#FF3333;}



/* SIDE BAR */
.sidebar {background-color:#CC6666; width:30%; float:right;}
h3 {color:#000066;}

.sidebar {position:relative;right:40px;up:50px;}



/* FOOTER */
.footer-kaki {background-color:#FF6633;clear:both;}

.footer-kaki {position:relative;right:0px;bottom:-100;}