﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: gray;
	background-color: #282f5e;
}

.wrapper {
	width: 822px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url('i/landing-bg.gif');
}


h1 {
	position: absolute;
	top: 97px;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 32px;
	left: 0px;
}

.header-link {
	color:white;
	text-decoration:none;
}

.text-link {
	color: #808080;
}

h2 {
	padding-left: 20px;
	border-bottom: 1px #C0C0C0 solid;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

h3 {
	padding-left:20px;
}

img {
	border: none;
	float: left;
}

.header {
	width: 822px;
	float:left;
}

.left-col {
    float: left;
    width:299px;
}
.left-col p {
	margin-left: 40px;
}

.right-col {
    margin-left: 299px;
}

.footer {
	width:822px;
	height:35px;
	background-image:url('i/landing-footer.gif');
	clear:both;
}

.text {
	width: 471px;
}

.view-button {
	padding-left: 20px;
	margin-left: 20px;
	padding-top: 14px;
	width: 413px;
	height: 44px;
	background-image: url('i/acer-aspire-one-751-range.gif');
	background-repeat: no-repeat;
}

.view-button a {
	color:white;
	text-decoration:none;
	display:block;
}

.right-col p {
	padding-left: 20px;
	padding-right: 20px;
}

a:hover {
	text-decoration: underline;
	color: #F09;
}

