html {
	background-image: url("../images/bg.png");
	/* Dark Sharp Edges by Carlos Aguilar*/
	font-family:ubuntu, sans-serif;
	color: white;
}
@font-face {
 font-family:ubuntu;
 src: url("../fonts/ubuntu.ttf");
}

img.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -68px 0px 0px -132px;
}
