html {
	margin: 0;
	padding: 0;
}

body {
    margin: 0 auto;	
    padding: 0;	
    font: 78% 'Lucida Grande', Verdana, Arial, sans-serif;	
    line-height: 140%; 
    background-color: #ccccfe;
	width: 768px;
}



div#buttons
{
    position: absolute;
	right: 20px;
	bottom: 0px;
	padding-bottom: 20px;

}

a.navigation_button
{
    color: #111111;
	font-size: 5em;
	text-decoration: none;
}

h1 {

    font-size: 6em;
}
