html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	color:#000;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	background:#F6F6F6;
	line-height:20px;
}
strong {
	font-weight:700;
}
a {
	color:#06F;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container {
	background:#FFF;
	width:550px;
	height:240px;
	border:1px solid #DDD;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-290px;
	-webkit-border-radius:12px;
	border-radius:12px;
	padding:15px;
}
h1, h2, h3 {
	font-weight:400;
	text-align:center;
	display:block;
}
h1 {
	color:#333;
	font-size:32px;
	line-height:48px;
}
h1 a {
	text-decoration:none;
}
h2 {
	color:#555;
	font-size:24px;
	font-weight: 400;
	line-height:48px;
	border-bottom:1px solid #ddd;
}
.info {
	clear:both;
	height:40px;
	padding-top:22px;
}
.info img {
	float:left;
	margin:14px 16px;
}
.info .content {
	float:left;
}
.info a {
	padding:1px 2px;
}
.info a:hover {
	color:#FFF;
	background:#06F;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
footer {
	color:#888;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:580px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:100px;
	margin-left:-290px;
}
footer a {
	color:#888;
	text-decoration:underline;
}
