
body {
		background:black 50% 0 repeat-y;
		width:759px; min-height:600px; _height:600px;
		position:absolute; 
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;

}

body p {
	text-align:center;

}
	
	
	#header {
		background:transparent url(images/home-header.jpg) no-repeat;
		height:45px; width:483px;
	}
	
	#home-fr {
		width:485px; height:600px;
		position:absolute; top:50%; left:15%;
		margin:-300px 0 0 11px;
		#margin-left:0px;

	}
		#home-fr h1 a {
			text-indent:-5000px; overflow:hidden;
			background: url(images/logo-home-fr.jpg) no-repeat;
			height:381px; margin:120px 0px 0px 4px; display:block; width:473px;
		
		}
		
		#home-fr #containt h2 {
			color:red; 	text-align:center; #font-size:17px;
		}
		
	#home-ang {
		width:485px; height:600px;
		position:absolute; top:50%; left:85%;
		margin:-300px 0 0 11px;
		#margin-left:0px;

	}
		#home-ang h1 a {
			text-indent:-5000px; overflow:hidden;
			background: url(images/logo-home-ang.jpg) no-repeat;
			height:381px; margin:120px 0px 0px 4px; display:block; width:473px;
		
		}
		
		#home-ang #containt h2 {
			color:red; 	text-align:center; #font-size:17px;
		}
		
		#containt {
			border: 2px solid black;
			width:473px; margin:0px 0px -2px 4px;
			background-color:#fcf0f0;
			#padding: 10px 0px; border:1px solid red;
		}
		
		#containt p {
			font-weight:bold;
		
		}
	

	
