    body {
        margin-top: 0px;
        margin-bottom:0;
        font-family: 'Calibri', sans-serif;
        height:100%;
        margin:0;
        padding:0;
    }
    html {height:100%;}
    #bg {position:fixed; top:0; left:0; width:100%; height:100%;}
    #content {position:relative; z-index:1;}
	
	#login
	{
		background-color: rgba(255,255,255,0.7);
		box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
	}
	.all-round {
	border:2px solid #a1a1a1;
	background:#dddddd;
	border-radius:25px;
	}
	a:link {
		color: #0040FF;
		text-decoration:none;
	}
	a:visited {
		color: #0040FF;
		text-decoration:none;
	}
	a:active {
		color: #0040FF;
		text-decoration:none;
	}
	a:hover {
		color:#0040FF;
		text-decoration:underline;
	}