﻿html, body
{
    margin: 0;
    padding: 0;
}

body 
{    
    background-image: url(../Media/Graphics/cym_background_full.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #3490AF;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    color: #99C9D8;
}

img
{
    border: none;
}

a:link, a:visited, a:active
{
	color: #99C9D8;
	text-decoration: none;
}

a:hover
{
	color: #99C9D8;
	text-decoration: underline;
}

#TopBar
{
    height: 60px;
    background-image: url(../Media/Graphics/cym_topbar_wide.png);
    background-position: center top;
    background-repeat: repeat-x;
    behavior: url(JavaScripts/iepngfix.htc)
}

#ContentContainer
{
    margin: 0 auto; 
    text-align: center; 
    width: 968px;
    height: 580px;
}