﻿body 
{
	background-image:url(img/background_fixed.jpg);
    background-repeat: repeat-x;
    background-color: #040406;
    padding: 0;
    margin: 0;
    color: White;
    font-family: Arial Serif;
}

#contentDiv 
{
	text-align: center;
}

.video 
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#footerDiv
{
	width: 80%;
	border-top: solid 1px #808080;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

a 
{
	text-decoration: none;
	color: Yellow;
}

.error
{
	color: #ff0000;
}

.confirm 
{
	color: #00ff00;
}