@media screen, projection {

	.be-nice-to-Mac-IE5 {
		font-family: "\"}\"";
		font-family: inherit;
	}
	
	/* -- GENERAL REDECLARATIONS -- */
	
	* {
		margin:0; 
		padding:0;
	}
	
	html{height:100%;}
	
	body {
		background-color: #B1A795;
		color:#FFF;
		text-align:left;
		width:100%;
		height:100%;
		font:normal x-small/1.3 Verdana, Arial, Helvetica, sans-serif;

	}
	
	a:link    { color: #FFF; text-decoration: none; font-weight:bold;}
	a:visited { color: #FFF; text-decoration: none; font-weight:bold;}
	a:hover   { color: #FFF; text-decoration: underline; font-weight:bold;}
	a:active  { color: #FFF; text-decoration: underline; font-weight:bold;}
	
	#swap-area {
		height:100%;
	}
	
	
	 /* styles for IE 5 Mac */
	#wrapper {
		position: absolute;
		top: 100px;
		width: 100%;
 	}
	
	/* following rules are invisible to IE 5 \*/
	#wrapper {
	   top: 50%;
	   left: 0px;
	   margin-top: -225px;
	   text-align: center;
	   min-width: 170px; 
	 }
	 /* end IE 5 hack */
	
	#content {
		background: url("../images/no_flash_bg.jpg");
    position: relative;
    width: 239px;
    height: 332px;
    margin: 0px auto;
	}
	
	#content p{visibility:hidden;}
	
	#content a{
		visibility:visible;
		position:absolute;
		text-indent:-500px;
		top: 249px;
		left: 152px;
		background: url("../images/no_flash_button.jpg");
		width:77px;
		height:76px;
		overflow:hidden;
	}
	
	#content a:hover{
		background: url("../images/no_flash_button_f2.jpg");
		width:77px;
		height:76px;
	}
	

	
}