/* CSS for the Z-Machines Speakers site by Zac North. */

/*Styled default elements*/
body{ 
	/*background-image: url('images/site_bg.png');
	background-repeat: repeat-y;
	background-position: center; 
	background-attachment: fixed;*/
	background-color: rgb(43,65,68);
	width: 605px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;}
	
p{
	position: fixed;
	top: 10%;
	text-align: center;
	font-family: arial;
	color: white;
	text-indent: 0pt;
	margin-top: 1em;
	padding: 0 0 0 0;
	background: transparent;
	line-height: 1.3;
	width: 600px;
	margin-top:100px;
	/*margin-bottom:100px;*/}

A:link{
	color: white;}

A:visited{
	color: green;}

/*Div IDs*/
#footer{
	position: fixed;
	font-size:8pt;
	bottom: -10%;
	text-align: center;
	font-family: arial;
	color: white;
	text-indent: 0pt;
	margin-top: 1em;
	padding: 0 0 0 0;
	background: transparent;
	line-height: 1.3;
	width: 600px;
	margin-top:100px;
	margin-bottom:100px;}

.box{
	font-size: 10pt;
	border-style:ridge;
	width:300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -15px;
	/*position:relative;
	left:35%;*/}