#oneButton {
	width: 311px;
	height: 51px;
	margin: auto;
	font-size: 20px;
	margin-bottom: 50px;
}

body {
	background-color: lightblue;
	/*background: url("http://i.imgur.com/ymU48Db.gif") no-repeat center center fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

tr {
	background-color: white;
}

table {
	background-color: white;
	margin: auto;
	table-layout: fixed;
}

#me {
	font-size: 12px;
	float: right;
}