*{
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #8A8A8A;
	margin:0; padding:0;
}
body{
	background-color: #ccc;
	overflow-x:hidden;
}
h1{
	text-align: center;
}
h1,h2{
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #4F8BFF;
/*	-webkit-text-fill-color:#4F8BFF;
	-webkit-text-text-stroke:1px #000;
*/	-webkit-user-modify:read-write;
}
div#container{
	position: absolute;
	top: 30%;
	width: 100%;
	border:1px solid #888;
	border-left-width:0;
	border-right-width:0;
	font-size: medium;
	background-color: #fff;
	-webkit-box-shadow:0px 5px 100px rgba(0, 0, 0, 0.8);
	-webkit-user-drag:element;
}
div#container div{
	width:600px;
	padding: 20px;
/*	margin 0 auto;*/
}
span, a, abbr[title], acronym[title]{
	color: #003399
}
span.term, abbr{
	font-style:oblique;
}
abbr[title], acronym[title]{
	border-bottom: 1px dashed #003399;
	cursor: help;
}
p img{border:1px solid #4F8BFF;}

p#footer{
	color:#333;
	font-size:x-small;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-100px;
	padding:10px;
	text-align:right;
}