@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Slabo+27px);

* {
	margin: 0px;
	padding: 0px;
	}

html {
	width: 100%;
    height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
body {
	font: normal 14px 'Slabo 27px', serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
    height: 100%;
	color: #ffffff;
	background: url(/images/bg.jpg) center center no-repeat;
	background-size: cover;
	}

.Main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 50px;
	margin: -25px 0 0 -150px;
	font-size: 27px;
	line-height: 50px;
	text-align: center;
	}

.Rating {
	position: absolute;
	bottom: 0;
	right: 30px;
	}