/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	background: #ebebeb;
	font: 13px/20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707070;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin:30px 0 0 0;
}


h1 {
	font-size: 14px;
	margin-bottom: 15px;
	color:#333;
}


p {
	margin: 0 0 20px 0;
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 20px;
	height: 0;
}
ul li {margin: 0 0 0 20px;line-height:24px;}
.popbox {
	width: 500px;
	padding: 30px;
	margin: auto;
	clear: both;
	background:#fff;-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.logo {width:221px; float:left;margin:0 0 10px 0;}
.intro {
	width: 500px;
	float: left;
	margin: 0;
	padding: 0;
}
.list {width:250px; float:left;margin:0 0 20px 0;}
.mcafee {
	width: 250px;
	float: left;
	text-align: center;
}
