/* tile from http://luisabranches.com/ */
body {
	background-image: url("http://luisabranches.com/wp-content/uploads/2014/07/partiturailus.jpg");
	font-family: Helvetica, Arial, sans-serif;
}

#container {
	width: 700px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255,255,255,0.85);
	border-style: solid;
	border-color: #FFAAAA;
	border-width: 3px;
}

#header {
	background: #F2F5A9;
	height: 100px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
	border-color:#FFAAAA;;
	border-style:solid;
}

#title {
	color: red;
	font-size:48px;
	text-align: center;
}

#game{
	width:520px;
	height:210px;
	/* border-style:solid; */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background: rgba(255,255,255,0.5);
}

#footer{
	background: #F2F5A9;;
	width:650px;
	height:65px;
	border-color:#FFAAAA;;
	border-style:solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

#my_form{
	margin-top:20px;
	margin-left:10px;
	float:left;
	font-size:18px;
}

#seq_len{
	font-size:20px;
	text-align:center;
}

/* button from http://css-tricks.com/examples/ButtonMaker/# */
#btn_0 {
	float:right;
	margin-top:10px;
   	margin-right:10px;
   	text-align: center;
   	border-top: 1px solid #e0828f;
   	background: #de1b3b;
   	background: -webkit-gradient(linear, left top, left bottom, from(#de2846), to(#de1b3b));
   	background: -webkit-linear-gradient(top, #de2846, #de1b3b);
   	background: -moz-linear-gradient(top, #de2846, #de1b3b);
   	background: -ms-linear-gradient(top, #de2846, #de1b3b);
   	background: -o-linear-gradient(top, #de2846, #de1b3b);
   	padding: 10px 20px;
   	-webkit-border-radius: 16px;
   	-moz-border-radius: 16px;
   	border-radius: 16px;
   	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   	box-shadow: rgba(0,0,0,1) 0 1px 0;
   	text-shadow: rgba(0,0,0,.4) 0 1px 0;
   	color: #f7f30d;
   	font-size: 22px;
   	font-family: Helvetica, Arial, Sans-Serif;
   	text-decoration: none;
   	vertical-align: middle;
}

#btn_0:hover {
   border-top-color: #cf97ae;
   background: #cf97ae;
   color: #fcf008;
}

#btn_0:active {
   border-top-color: #f0ca09;
   background: #f0ca09;
}