@charset "utf-8";
/* CSS Document */
/* centering */
body{
	margin: 0;
	padding: 0;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:370px;/* for good browsers*/
	min-width:935px;/* for good browsers*/
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align: center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 370px;
}	
#xinner {
	position:relative;
	width: 935px;
	height: 370px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}


#cfpLeft{
position: absolute;
left:0px;
top:0px;
width:190px;
height: 370px;
background-image:url(/img/cfp-left.png);
}
#cfpMap{
position: absolute;
left:190px;
top:0px;
width:745px;
height: 370px;
}
#cfpCenter{
position: absolute;
left:0px;
top:0px;
width:370px;
height: 370px;
}
#cfpRight{
position: absolute;
left:370px;
top:0px;
width:375px;
height: 370px;
}
#cfpAddress{
margin-top:245px;
margin-left:15px;
}
#cfpAddress address{
font-size:10px;
font-style:normal;
}
#cfpAddress address a{
color:#990000;
}