@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*whole page*/
.page {background-color:#03C ;
width:80% ;
margin:auto ;
padding:10px ;
height:1580px;}
 
/*header*/
.masthead {background-color:#0CC ;}

.social-sites {
position :relative	;
left:900px;}

/*main*/
main {background-color:#3FF ;
width: 59% ;
float:left;
min-height:1000px;}

/*sidebar*/
.sidebar {background-color:#FF6 ;
width:41% ;
min-height:1500 px;
float:right;
}

/*footer*/
.footer-kaki {background-color:#6F3 ;clear: both;}