/* CSS file */
html
{
    height: 100%;
    overflow: auto;
}

body
{
    background: url('../Images/background.png') top center repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 140%;
    margin: 6px 0px 6px 0px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
} 
#mainContainer, #videoContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 950px;
    width: 100%;
} 
#footer
{
	position:relative;
	top:950px;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a
{
    color: red;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
 border:none;
}

