@charset "utf-8";
/* CSS Document */


/* WHOLE PAGE */
.page {background-color:#FFFF00; 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:#6699CC; width:65%; float:left;}

main {position:relative;left:-10;bottom:-30px;}



h1 {color:#660033;}

h2 {color:#663300;}


/* SIDE BAR */
.sidebar {background-color:#FFCC00; width:25%; float:right;}

.sidebar {position:relative;right:120px;bottom:-20px;}




/* FOOTER */
.footer-kaki {background-color:#FF6633;clear:both; width:80%;}
.footer-kaki{position:relative;left:140px;bottom:-40px;}
