html {
	height: 100%;
}

body {
    font-family: Consolas, monaco, monospace;
    font-size: 12px;   
	margin: 0;
	padding: 0;
	height: 100%;
    background-color:#fff;
}

#swarmdiv 
{
    background-color:transparent;
    float: center;
    position:absolute; 
    width:90%; 
    height:90%;
    left: 5%;
    top:5%;

    -webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s, left 2s, top 2s;
    transition:width 2s, height 2s, background-color 2s, transform 2s, left 2s, top 2s;
}