* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#body {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	padding: 30px 75px 50px 75px;
	width: 600px;
}

.content#aas-black-content {
/*	outline: 2px solid green; */
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.content#aas-white-content {
/*	outline: 2px solid green; */
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

.content#aas-bonus-content {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

#aas-copy {
/*	outline: 2px solid purple;	*/
	visibility: visible;
}

a {
	color: red;	
}

h1 {
	color: red;
	font-size: 29px;
	font-weight: bold;
	margin: 10px 0 30px 0;
	text-align: center;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
}

p {
	margin-bottom: 1.5em;
}

p.error {
	color: red;
}

ol, ul {
	font-weight: bold;
	margin-bottom: 1.5em;
}

li {
	margin-left: 30px;	
}

li li {
	margin-left: 60px;	
}

input.button {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

select {
	font-size: 17px;
}

#video {
	background-image:url(../images/video_back1.jpg);
	background-repeat: no-repeat;
	width: 420px;
	height: 347px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

#video-black {
	background-image:url(../images/video_back1_black.jpg);
	background-repeat: no-repeat;
	width: 420px;
	height: 347px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
}

.footer {
	font-size: 15px;
	margin: 50px 0 50px 0;	
}
