* {
    margin: 0;
    padding: 0;
}

body, html {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    color: inherit;
    font-weight: bold;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    outline: none;
}

a img {
    border: 0;
    outline: none;
}

h1 {
    float: left;
    margin-bottom: 50px;
}

h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin-bottom: 40px;
}

h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

h4 {
	font-size: 12px;
	color: #656565;
	margin-top: -25px;
	margin-bottom: 25px;
}

#mast {
    width: 100%;
    min-height: 436px;
    background-color: #000;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    margin-bottom: 50px;
}

#subpagemast {
	width: 100%;
	min-height: 75px;
	background-color: #000;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    background-position: center;
    margin-bottom: 50px;
}

#header {
    height: 391px;
    width: 940px;
    padding: 10px;
    padding-top: 35px;
    margin: 0 auto;
    background-color: #000;
    background-image: url('../images/aurora.png');
    background-position: center;
    background-repeat: no-repeat;
}

#header.subpageheader {
	background-image: none;
	height: 75px;
}

#description {
    clear: left;
    float: left;
    display: inline;
    width: 590px;
}

#description p {
    color: #FFF;
    font-size: 20px;
    line-height: 29px;
}

.screenshot {
    float: right;
    margin-top: 43px;
}

#wrapper {
    width: 100%;
    min-height: 436px;
    background-color: #FFF;
}

#wrapper p {
    color: #3b3b3b;
}

#content {
    width: 940px;
    padding: 10px;
    margin: 0 auto;
}

#buynow {
    display: block;
    width: 940px;
    height: 75px;
    margin-bottom: 50px;
}

#buynow img {
    float: left;
    display: inline;
    margin-right: 20px;
}

#buynow p {
    float: right;
    display: inline;
    font-size: 20px;
    line-height: 29px;
    color: #3b3b3b;
    width: 700px;
    margin-top: 8px;
}

#features {
    width: 620px;
    margin-right: 20px;
    float: left;
    display: inline;
}

#features p {
    width: 620px;
    font-size: 14px;
    line-height: 21px;
    color: #3a3a3a;
    margin-bottom: 20px;
    float: left;
}

#features p b {
    color: #000;
}

#features p img {
    margin-right: 5px;
    margin-top: -3px;
    float: left;
}

#press {
    float: right;
    width: 300px;
    display: inline;
}

#article {
    width: 100%;
}

#article p {
    font-size: 14px;
    line-height: 21px;
    color: #3a3a3a;
    margin-bottom: 20px;
    float: left;
}

#article p b {
    color: #000;
}

#footer {
    width: 100%;
    min-height: 50px;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #000;
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    margin-top: 100px;
    display: block;
    clear: both;
}

#copyright {
    width: 940px;
    margin: 0 auto;
}

#copyright p {
    color: #FFF;
    font-size: 12px;
}