 html {
			height: 100%;
		}
		body{
			margin:0; 
			background: #000 ; 
		} 
		#container{
			position: absolute;
			left:50%;
			top:50%;
			margin-left: -311px; 
			margin-top: -186.5px;
			width:622px;
			height:373px; 
			background:none;
		} 
	     #container_top{
		position: relative;
		left:124.5px;
		  	width:373px;
			height:160px;
			background:none; 
	}

		#container_top #fashion {
			position: absolute;
		}  
		#container_top #fashion a{
			display: block;
			background:url(../images/portrait_th.jpg);  
			width:140px;
			height:140px;
			border: 10px solid #fff;
		}
		#container_top #fashion a:hover{
			border: 10px solid #d5d5d5;
		} 
		#container_top #fashion a img{
			border:none;
		}
		#container_top #portrait {
			position: absolute;
			right:0;
		}  
		#container_top #portrait a{
			display: block;
			background:url(../images/portraitII_th.jpg);  
			width:140px;
			height:140px;
			border: 10px solid #fff;
		}
		#container_top #portrait a:hover{
			border: 10px solid  #d5d5d5;
		} 
		#container_top #portrait a img{
			border:none;
		} 
		 #container #logo{ 
				background: url(../images/logo.jpg) no-repeat;
				width:622px;
				height:53px;

			}
			 #container_bottom{
			position: relative;
			left:124.5px;
			  	width:373px;
				height:160px;
				background:none; 
		}
		#container_bottom #stilllife {
			position: absolute;  
		}  
		#container_bottom #stilllife a{
			display: block;
			background: url(../images/still_th.jpg);  
			width:140px;
			height:140px;
			border: 10px solid #fff;
		}
		#container_bottom #stilllife a:hover{
			border: 10px solid  #d5d5d5;
		} 
		#container_bottom #stilllife a img{
			border:none;
		} 
		#container_bottom #contacts {
			position: absolute;  
			right:0;
		}  
		#container_bottom #contacts a{
			display: block;
			background: url(../images/contacts_th.jpg);  
			width:140px;
			height:140px;
			border: 10px solid  #fff;
		}
		#container_bottom #contacts a:hover{
			border: 10px solid #d5d5d5; 
		} 
		#container_bottom #contacts a img{
			border:none;
		}
	     .hide{
			visibility: hidden;
		}
		span.markup{
			display:none;
		}
		#credits { 
			position: absolute;
			left:50%;
			margin-left: -152.5px;
			width:305px;
			height:auto;
			background:none;
			color:#555; 
			text-align: center; 
			bottom:20px;
			font:  0.7em/1.2em "Lucida Grande", Helvetica, Arial, sans-serif;
		} 
		#credits a:link,  #credits a:visited{
			color: #888;
			text-decoration: none; 
		}
		#credits a:hover,  #credits a:active{
			color: #fff;
			text-decoration: underline
		}
		#credits .color{
			color: #fff;

		}