html {
	overflow-y:scroll;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#eee;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	color:#000000;
}

a:link, a:visited, a:active{
	color:#3E96C6;
	text-decoration:none;
}

a:hover{
	color:#3E96C6;
	text-decoration:none;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	color:#000000;
	line-height:normal;
	
	font-size:small;
}

#container {
	position:relative;
	margin:0 auto;
	width:640px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#fff;
}

#content {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	padding-top:30px;
	text-align:center;
}

	#content p {
	line-height:normal;
	padding-top: 2px;
}

	#content img {
	border: none;
	margin-bottom:4px;
}
