html
	{
		background-image: -o-linear-gradient(bottom, rgb(112,217,255) 10%, rgb(212,241,255) 78%);
		background-image: linear-gradient(bottom, rgb(112,217,255) 10%, rgb(212,241,255) 78%);
		background-image: -moz-linear-gradient(bottom, rgb(112,217,255) 10%, rgb(212,241,255) 78%);
		background-image: -webkit-linear-gradient(bottom, rgb(112,217,255) 10%, rgb(212,241,255) 78%);
		background-image: -ms-linear-gradient(bottom, rgb(112,217,255) 10%, rgb(212,241,255) 78%);
	}
table
	{
		width:99%;
	}
td
	{
		width:10%;
		text-align:center;
	}
a
	{
		text-decoration:none;
		color:#000;
	}
.link
	{
		position:relative;
		top:25px;
	}
.button, .button2
	{
		height:80px;
		background-color:#CEF;
		box-shadow: 3px 3px 5px #013;
		position:relative;
		-o-transition:top .15s;
		-moz-transition:top .15s;
		-webkit-transition:top .15s;
	}
.button2
	{
		background-color:#ACF;
	}
.button:hover, .button2:hover
	{
		top:-10px;
		background-color:#FFF;
	}
table
	{
		margin:5px;
	}
img
	{
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
.bodyblock
	{
		display:block;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		padding:10px;
		min-height:1000px;
		background-color:#FFF;
		border-top-style:solid;
		border-top-color:#AEF;
		border-top-width:5px;
	}
.header
	{
		display:block;
		padding-left:10px;
		padding-right:10px;
		width:90%;
		margin-left:auto;
		margin-right:auto;
		line-height:100px;
		font-size: 80px;
		font-family:"Myriad Pro";
	}
.link2
	{
		text-decoration:underline;
		color:#007
	}
.readme
	{
		font-weight:700;
		position:absolute;
		top:0;
		right:100px;
		width:200px;
		height:50px;
		background-color:#8BF;
		text-align:center;
		line-height:50px;
		border-bottom-left-radius:100px 30px;
		border-bottom-right-radius:100px 30px;
	}