#bartop{
top:0;
right:0;
left:0;
width:100%;
z-index:10000;
height:10px;
background:#3DBABF;
position:fixed;
}
#barbottom{
bottom:0;
right:0;
left:0;
width:100%;
z-index:10000;
height:10px;
background:#833BDF;
position:fixed;
}
#barleft{
top:0;
left:0;
height:100%;
z-index:10000;
width:10px;
background:#BF423D;
position:fixed;
}
#barright{
top:0;
right:0;
height:100%;
z-index:10000;
width:10px;
background:#793FBD;
position:fixed;
}
/* AKTHEMATA TUTORIAL */