body {
	font-family : Arial, Helvetica, sans-serif;
	background : #fff;
	color : #4D4D4D;
	margin : 0;
	padding : 0;
	text-align : left;
	font-size : 11px;
	#behavior: url('scripts/csshover.htc');
}

a,a:visited,a:active,a:hover,a:focus {
	text-decoration : underline;
	color : #AC2020;
}

#container {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
}

#banner_popup {
	position : relative;
	display : block;
	top : 20px;
	left : 0;
	width : 100%;
	height : 43px;
	margin : 0;
	padding : 0;
	background-color: #FFFFFF;
}

#banner_popup #logo {
	position : absolute;
	display : block;
	bottom : 0;
	right : 20px;
	margin : 0;
	padding : 0;
}

#banner_popup p {
	position : absolute;
	display : block;
	bottom : 0;
	left : 20px;
	margin : 0;
	padding : 0;
	font-weight : bold;
	width: 338px;
}

#contentbox {
	position : absolute;
	display : block;
	left : 0;
	top : 80px;
	width : 100%;
	height : 100%;
	text-align : center;
}

#footer_popup p {
	padding : 0;
	margin : 0;
	padding-left : 14px;
}

#footer_popup a {
	position : absolute;
	display : block;
	width : 85px;
	right : 20px;
	bottom : 20px;
	font-size : 10px;
	text-decoration : none;
	color : #4D4D4D;
	text-transform : uppercase;
	margin : 0 0 0 0;
	background : url(../images/btn_close.gif);
	background-repeat : no-repeat;
	background-position : 70px 0;
}

