body {
	color: #211;
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333;
	background: 
		url("../images/backgrounds/background 3.jpeg") center no-repeat, 
		#000;
	background: 
		url("../images/backgrounds/background 3.jpeg") -webkit-calc(50% + 800px) -150px no-repeat, 
		url("../images/backgrounds/background 4.jpeg") -webkit-calc(50% - 800px) -webkit-calc(100% + 200px) no-repeat, 
		#000;
	background: 
		url("../images/backgrounds/background 3.jpeg") calc(50% + 900px) -100px no-repeat, 
		url("../images/backgrounds/background 4.jpeg") calc(50% - 800px) calc(100% + 100px) no-repeat, 
		#000;
}

@media screen and (max-width: 1200px) {
	body {
		width:50%;
	}
}

@media screen and (max-width: 600px) {
	body {
		width:300px;
	}
}

div#body {
	background-color: #AAA;
	background-image: linear-gradient(to bottom, #AAA, #777);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#AAA), to(#777));
	padding:10px;
	border: 3px double black;
}

h1{
	/*margin-right: auto;
	margin-left: auto;*/
	text-align: center;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
	background-color: #AAA; 
}
a:hover {
	color: #000;
	background-color: #AAA;
}



/* This imageless css button was generated by CSSButtonGenerator.com */
a.shinyButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 0px 0px 0px #f5978e;
	box-shadow:inset 0px 0px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	border:1px solid #444;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
	margin-right:10px;
	border-radius : 0px;
}
a.shinyButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
a.shinyButton:active {
	position:relative;
	top:1px;
}

p.buttonSubtext {
	margin:1px;
	margin-right:10px;
	color: #544;
	font-size: smaller;
}

div.buttonContainer{
	float:left;
	text-align:center;
}

iframe {
	outline: 1px solid #444;
	width: 95%;
	/*Height must be set in the iframe! "height=300" seems about right.*/
	padding: 2.5%;
}