@charset "utf-8";



@font-face {
    font-family: 'memoriaregular';
    src: url('font/memoria_.eot');
    src: url('font/memoria_.eot?#iefix') format('embedded-opentype'),
         url('font/memoria_.woff') format('woff'),
         url('font/memoria_.ttf') format('truetype'),
         url('font/memoria_.svg#memoriaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body
{
	
margin : 0px;
padding:0px;
background-image : url("images/wimh_sky_Background.png");
background-color : #b199d7;
background-attachment: fixed;
background-repeat : repeat-x;
color :  #f6dfd4;

color:#FFF;

border:0px;
/*
font: 32px 'memoriaregular', 'Courier New', Courier, monospace;letter-spacing: 0;
*/
font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;

}



.central
{
margin-left:auto;
margin-right:auto;
max-width:820px;
height: 600px;
margin-top:auto;
margin-bottom:auto;
text-align:center;
}

.largetext
{
font-size:125%;
}

a
{
color:#89769f;
text-decoration:none;
}

a:hover
{
color:#ffffff;
}

.narrowerwidth {
	width:800px; 
	margin-left:auto; 
	margin-right:auto;
}



.imgFloat {
    display:block;
    width:1300px;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
}

#content .border { height:1px; margin:0 45px 35px 15px; padding:0; border-top:3px #fff solid; max-width:750px; margin-left:auto; margin-right:auto;}




.anobold a {
	font-weight:normal;
}

.clear {
	clear: both;
}

.pressquote-left {
	float: left;
	width: 360px;
	padding:10px;
}

.pressquote-right {
	float: right;
	width: 360px;
	padding:10px;
}



.screenshot-left {
	float: left;
	width: 360px;
	padding:20px;
}

.screenshot-right {
	float: right;
	width: 360px;
	padding:20px;
}


#wrapper { /*min-width:960px; max-width:1280px;*/ 
	margin:0 auto; padding:0; text-align:left; 
   min-height:100%;
   position:relative;
}

#content {
	padding-bottom:450px;   /* Height of the footer */
}


/* FOOTER */
/*
#footer {background:#aaa; font:11px/13px; text-align:center; border-top:3px double #ccc; border-bottom:3px double #ccc; margin:10px 0 1px 0; padding:3px 280px 4px 70px; clear:both;}

#footer a, #footer a:visited { border:0; }
#footer .red { color:#D93600; }


#footer-image {
	height: 300px;
	width : 100%;

	background-image : url("images/wimh_sky_Background.png");
	background-position:bottom; 
	bottom:0px;
	position: absolute;
}

#footer-link-strip {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    font-size: 85%;
}

*/

