body {
     
     //height:2500px;
     scrolle:auto;
     
     margin:0;
     padding:0;
     background-color:efefef;
}

#w{  top:50%; left:50%;
     margin-top: -200px; margin-left: -200px;
     height:400px; width: 400px;
     position: fixed;
}

#logo{
     height:400px; width: 400px;
     position: fixed;
}

#work{
     height:400px; width: 400px;
     position: fixed;
}

#illust{
     height:400px; width: 400px;
     position: fixed;
}

#about{
     height:400px; width: 400px;
     position: fixed;
}


#logom{
     height:400px; width: 400px;
     position: absolute;
     top: -100px;
     left: -20px;
}

#workm{
     height:400px; width: 400px;
     position: absolute;
     top: 300px;
     left: 0px;
}

#illustm{
     height:400px; width: 400px;
     position: absolute;
     top: 100px;
     left: 400px;
}

#aboutm{
     height:400px; width: 400px;
     position: absolute;
     top: 350px;
     left: 250px;
}

#javascriptcode {
	background-image: url(logo.png);
	background-repeat: repeat;
}