* {
	margin: 0;
	padding: 0;
}


body{
	font-family: helvetica, serif;
}
			
html {
	background: url(img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

button{
	color:#08233e;
	font:40px Helvetica, sans-serif;
	padding:14px;

	background:url(overlay.png) repeat-x center #ffcc00;
	border:1px solid #ffcc00;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-bottom:1px solid #9f9f9f;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	cursor:pointer;
}

button:hover{
	background-color:rgba(255,204,0,0.8);
}

button:active{
	position:relative;top:2px;
}

button.centered {
	position: fixed;
	top: 50%;left: 50%;
}

#again{
	position: static;
	text-align: center;
}
/* Learn to create buttons like this using CSS at http://www.leemunroe.com/css-button/ */

h2{
	font-size:20px; 
	color:#F2F3F2; 
	text-align: center;
	font-weight:normal;
	text-align: left;
	margin-left:80px;
}

@media screen and (max-width: 600px) {
	h2 {
	font-size:18px; 
	color:black; 
	margin:10px;
	text-align:center;
	}
}

#generator{
	background:#F2F3F2;
	border:1px solid #cccccc;
	margin: 10px 30px 30px 30px;
	padding:50px;
	text-align:center;
	-moz-border-radius: 50px;-webkit-border-radius: 50px;
	opacity:0.9;
}

@media screen and (max-width: 600px) {
	#generator {
	padding:30px 5px 30px 5px;
	margin-bottom:30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
}

#footer{

	font-size: 12px; 
	color: #999; 
	margin: 30px 0 0 0;
	padding-left:80px;
}

@media screen and (max-width: 600px) {
	#footer {
	background:#F2F3F2;;
	color: black;
	padding:10px;
	}
}

#twitter {
	padding-left:80px;
}

@media screen and (max-width: 600px) {
	#twitter {
	text-align: center;
	padding:10px;
	}
}

#footer a{
	color:#999
}

#placeholder{
	font-size:1em;
	font-weight:bold;
}

#content{
	width: 100%;
	margin-top: 230px;
}

@media screen and (max-width: 600px) {
  	#content {
  	margin-top:10px;
}