@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold&subset=latin);

test {
	background-color: #CED0D1;
	}
 
h1,h2 {

color: black;
font-family: Droid Sans;

}
	
 h1 {
    font-size:200%;
    text-align: center;
    margin:0px;
	}
	
h2 {
    font-size:100%;
	text-align: center;
	margin:0px;
	}

body{
background-color: #CED0D1;
}
	
#page {
position: absolute;
width: 400px;
height: 200px;
top: 50%;
left: 50%;
margin-top: -100px;
margin-left: -200px;
}