@charset "utf-8";
/* CSS Document */

#scrolling_image_container {
  width: 860px;
  height: 360px;
}

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

#outer{ height:100%; width:100%; display:table; vertical-align:middle; }
#container { text-align:center; position:relative; vertical-align:middle; display:table-cell; height:449px; }
#inner { width:860px; height:449px; text-align: center; margin-left:auto; margin-right:auto; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	text-align: center;
	min-height: 449px;
	min-width: 860px;
}
div#box{
	position:absolute;
	width:270px;
	height:320px;
	padding:10px;
	font-size:10px;
	left:560px;
	top:10px;
	vertical-align:top;
}

div#aleft { position:absolute; border:0px; left:570px; top:324px; }
div#aright { position:absolute; border:0px; left:824px; top:324px; }
p { text-align: justify; padding-bottom:10px; margin: 0px; }
li { list-style:none; line-height:1.8; text-align:left; }

a:link {text-decoration:none; color:#808080;}
a:visited {text-decoration:none; color:#808080;}
a:hover {text-decoration:none; color:#808080;}
a:active {text-decoration:none; color:#808080;}
