* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	min-height:480px;/* for good browsers*/
	min-width:670px;/* for good browsers*/
	background-color:#003472;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

*body { behavior:url("csshover.htc"); }


#xouter{
	height:100%;
	width:100%;
	display:table;
	
	vertical-align:middle;
}
#xcontainer {
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 480px;
}	

#xinner {
	width: 670px;
	background:#003472;
	height: 480px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #003472;
}

#top{
	height:191px;
	width: 570px;
	margin: 49px 50px 0 50px;
	background: url(../images/top.jpg);
}

#bottom{
	height:190px;
	width: 570px;
	margin: 0 50px 0 50px;
}

#bottom_left{
	float: left;
	height:190px;
	width: 380px;
	background: url(../images/bottom-left.jpg);
	border: 0px solid yellow;
}

#bottom_right{
	float: right;
	height:190px;
	width: 190px;
	background: url(../images/bottom-right.jpg);
	cursor: pointer;
	cursor:hand;

}

#bottom_right:hover{
	background: url(../images/bottom-right-b.jpg);
}





