html {
    height: 100%;
}

body {

    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Verdana;
    font-size: 16px;
	
}

#main {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

#manual
{
		position:absolute;
		right:20px;
		bottom:20px;
		text-align: right;
}

.style2 {
    margin-left: auto;
    margin-right: auto;

}

.style3 {
    text-align: center;
    width: 300px;
}

.style4 {
    width: 200px;
    height: 200px;
    border: none;
}

.style6 {
    margin-top: 50px;
}

.spacer {
height:50px;
}

a {
    text-decoration: none;
    display: inline-block;
    border-style: none;
    color: #00A2E8;
}