* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.roundtop {
	background: url(img/tr.gif) #FFF no-repeat top right;
}

.roundbottom {
	background: url(img/br.gif) #FFF no-repeat top right;
	margin-bottom: 20px;
}

img.corner {
	width: 15px;
    height: 15px;
    border: none;
    display: block !important;
}

span {
	font-style: italic;
}

#container {
	background-color: #000;
	margin-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#containertwo {
	background-color: #000;
	margin-top: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#welcome {
	background-color: #FFF;
	margin: auto;
	height: 35px;
	text-align: center;
}

#welcome h1{
	font-size: 30px;
	color: #663300;
}

#one {
	background-color: #FFF;
	margin: auto;
	height: 25px;
	text-align: center;
}

#one h1 a{
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
}

#one h1 a:hover {
	color: #FF3333;
}

#two {
	background-color: #FFF;
	margin: auto;
	height: 25px;
	text-align: center;
}

#two h1 a{
	font-size: 18px;
	color: #B200FF;
	text-decoration: none;
}

#two h1 a:hover {
	color: #D100DC;
}

#three {
	background-color: #FFF;
	margin: auto;
	height: 25px;
	text-align: center;
}

#three h1 a{
	font-size: 18px;
	color: #0066CC;
	text-decoration: none;
}

#three h1 a:hover {
	color: #3399FF;
}

#four {
	background-color: #FFF;
	margin: auto;
	height: 25px;
	text-align: center;
}

#four h1 a{
	font-size: 18px;
	color: #FF8600;
	text-decoration: none;
}

#four h1 a:hover {
	color: #FFCC33;
}

#five {
	background-color: #FFF;
	margin: auto;
	height: 25px;
	text-align: center;
}

#five h1 a{
	font-size: 18px;
	color: #339900;
	text-decoration: none;
}

#five h1 a:hover {
	color: #33CC00;
}

#paragraph {
	background-color: #FFF;
	margin: auto;
}

#paragraph p {
	padding: 5px 20px 5px 20px;
}

#containerthree {
	background-color: #000;
	margin-top: 20px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

#return {
	background-color: #FFF;
	margin: auto;
	height: 15px;
	text-align: center;
}

#return h1 a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

#return h1 a:hover {
	color: #666;
}

#containerfour {
	background-color: #000;
	margin-top: 100px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}


#copyright {
	background-color: #FFF;
	margin: auto;
	height: 15px;
	text-align: center;
}

#copyright h1 {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#video {
	background-color: #000;
	margin-top: 100px;
	margin: auto;
	text-align: center;
}