/* ELEMENTS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	outline: 0;
	border: 0;
	text-decoration: none;
	color: #3B7EBD;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
}
img {
	outline: 0;
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HEADER */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 67px;
}
#logo {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 122px;
	height: 38px;
}
#logo-mcafee-secure {
	position: absolute;
	top: 23px;
	right: 10px;
	width: 69px;
	height: 41px;
}

/* MAIN */
#main-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}
#hero {
	position: relative;
	background-repeat: no-repeat;
	width: 100%;
}
#hero.v1 {
	height: 426px;
	background-image: url(http://images.mcafee.com/email/covario/maa/images/hero_v1.png);
}
#hero.v2 {
	height: 401px;
	background-image: url(http://images.mcafee.com/email/covario/maa/images/hero_v2.png);
}
#hero h1 {
	position: relative;
	top: 36px;
	left: 35px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
}
#hero h2 {
	position: relative;
	top: 25px;
	left: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #B4022B;
}
#hero.v1 #btn {
	position: absolute;
	top: 312px;
	right: 75px;
	width: 155px;
	height: 42px;
}
#hero.v2 #btn {
	position: absolute;
	top: 312px;
	right: 50px;
	width: 138px;
	height: 42px;
}

/* FOOTER */
#footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 20px;
	font-size: 11px;
	color: #FFF;
	padding: 10px 0 0 0;
	text-align: center;
}