
@import url("reset.css");

* {
	margin:0;
	padding:0;
	behavior: url(../js/png/iepngfix.htc);
	}

/*html, body {
	height:100%;
	overflow: hidden;
	}*/

body {
	height:100%;
	background:#554D40;	
	margin: 0;
	padding: 0;
	font-family:"Baskerville", Georgia, Times, serif;
	font-size:85%;
	letter-spacing: 0pt;
	min-height: 700px;
	word-spacing: 0.2pt;
	line-height: 18px;
	text-align: center
	}

p {
	margin:0 0 12px 12px;
	padding:0;
	font-family:"Baskerville", Georgia, Times, serif;
	color:#AE9F33;
	font-size:13px;
	text-align:justify;
	line-height:2em;
	}

a {	
	
	background:#AE9F33;
	padding:5px 5px 5px 5px;
	font-family:"Baskerville", Georgia, Times, serif;
	color:#554d40;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	}

img {
	text-align:left;
	margin:0;
	/*margin:6em 0 0 0;*/
	}

#content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-375px;/* half main elements height*/
	margin-left:-550px;
	text-align:center;
	width: 1100px;
	height:750px;
	background:url(../_img/shadow.png) 0 0 no-repeat;
	}
				
#flashcontent {
	margin:25px auto 0;
	height: 600px;
	width: 1000px;
	}
#900w100h {
	margin:0 auto;
	width: 1000px;
	height: 100%;
	}
/*#flashcontent {
	height: 100%;
	text-align:left;
	}*/