@charset "UTF-8";
/* CSS Document */

html,
body {
	margin: 0;
	padding: 0;
	margin-top:20px;
}

code{
	color:#900;
}

pre{
	color:#900;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	background: #eeeeee;
	color: #333333;
	width: 720px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

#footer {
	display: none;
	margin: 0 -20px -20px -20px;
	overflow: hidden;
	color: #555555;
	background: #f4fce8;
	border-top: 1px solid #ededed;
	padding: 0 20px;
	line-height: 37px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

small {
	color: #336699;
}


