@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: #b8b9b3;
		color:#666;
		text-align:left;
		width:100%;
		height:100%;
		font:normal x-small/1.3 Verdana, Arial, Helvetica, sans-serif;

	}
	
	a:link    { color: #666; text-decoration: none; font-weight:bold;}
	a:visited { color: #666; text-decoration: none; font-weight:bold;}
	a:hover   { color: #666; text-decoration: underline; font-weight:bold;}
	a:active  { color: #666; 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: -70px;
	   text-align: center;
	   min-width: 170px; 
	 }
	 /* end IE 5 hack */
	
	#content {
    position: relative;
    text-align: right;
    width: 170px;
    height: 101px;
    margin: 0px auto;
	}
	
}
