﻿body
{
    margin: 0px;
}



#mainFrame
{
    background: #ffffff url('/images/global/background.jpg') no-repeat top center;
    height: 800px;

}

#contentFrame
{
    position: relative;
    top: 100px;
    width: 810px;
    height: 600px;
    border: solid 2px #3b67c5;
    background-color: #ffffff;
    margin-right: auto;
    margin-left: auto;
}

ul.specials li
{
	color: #3b67c5;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.specials li span
{
	color: #000000;
}
