/*****************************************************
*
*	Designed and programmed by Mohamed Adam Chaieb.
*	Mobile Stylesheet.
*
*****************************************************/
body {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	margin: 0;
}

.main {
	width: 600px;
	margin: 0 auto 50px auto; 
}

p, footer {
	font-size: 1.1em;
}

header, h1 , h2, p {
	padding-bottom: 5px;
	margin: 0;
}

header {
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 4em;
	font-weight: bold;
	border-bottom: 10px solid #222;
}

footer {
	display: block;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -300px;
	height: 40px;
	width: 600px;
	border-top: 1px solid #222;
	padding-left: 5px;
	line-height: 40px;
}

footer a {
	color: #222;
	cursor: pointer;
}

.newgame {
	position: absolute;
	font-size: 1.5em;
	font-weight: bold;
	top: 715px;
	left: 50%;
	margin-left: -200px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.newgame:HOVER {
	color: blue;
}

.score {
	position: absolute;
	font-size: 1.5em;
	font-weight: bold;
	top: 715px;
	left: 50%;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin-left: 100px;
}

#game {
	margin: 0 auto 0 auto;
	display: block;
	width: 600px;
	height: 700px;
}

.rotate {
	cursor: pointer;
	color: #222;
	width: 20px;
	position: absolute;
	top: 715px;
	left: 50%;
	margin-left: -260px;
	height: 30px;
	line-height: 30px;
}

.rotate:HOVER {
	color: blue;
}