@charset "utf-8";
/* CSS Document */

	* { margin: 0; padding: 0; }
	#page{display:table;overflow:hidden;margin:0px auto;}
	*:first-child+html #page {position:relative;}/*ie7*/
	* html #page{position:relative;}/*ie6*/

	#content_container{display:table-cell;vertical-align: middle;}
	*:first-child+html #content_container{position:absolute;top:50%;}/*ie7*/
	* html #content_container{position:absolute;top:50%;}/*ie6*/

	*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
	* html #content{position:relative;top:-50%;}/*ie6*/

	html,body{height:100%;}
	#page{height:100%;width:820px;}
	
	body { background:url(../images/bg.jpg) repeat; }
	
	.white { background:#ededed; width:814px; height:260px; border:solid 3px #444;}
	
	.santex{ float:right; margin-right:60px; width:320px; margin-top:55px; border: solid 1px #ededed; background:url(../images/santex_hover.jpg) no-repeat;}
	.santex:hover{ border: solid 1px #444; }
	.prive{ float:left; margin-left:65px; width:320px; margin-top:55px; border: solid 1px #ededed; background:url(../images/prive_hover.jpg) no-repeat; }
	.prive:hover{ border: solid 1px #444; }
	
	img {
		border:0 none;
	}
	
	a {
		color:#979aa1;
	}
	
	a:hover {
		color:#979aa1;
	}
