﻿
body
{
	padding:3px;
	margin:0px;
}

.Background
{
	background-image: url('../Images/CCFLBackground4.png');
	width: 1000px;
    height: 650px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index:1;
}

.LeftBorder
{
	background-image: url('../Images/BorderLeft.gif');
	background-repeat: repeat-y;
	position: absolute;
	height: 650px;
	width: 2px;
	left: -2px;
	top: 0px;
}

.TopBorder
{
	background-image: url('../Images/BorderTop.gif');
	background-repeat:repeat-x;
	position: absolute;
	height: 2px;
	width: 1004px;
	top: -2px;
	left: -2px;
}

.RightBorder
{
	background-image: url('../Images/BorderRight.gif');
	background-repeat:repeat-y;
	position: absolute;
	height: 650px;
	width: 2px;
	right: -2px;
	top: 0px;
}

.BottomBorder
{
	background-image: url('../Images/BorderBottom.gif');
	background-repeat:repeat-x;
	position: absolute;
	height: 2px;
	width: 1004px;
	top: 650px;
	right: -2px;
}

.MainCanvas
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:550px;
	width:1000px;
	overflow:hidden;
}

.MainPosition
{
	position:relative;
	top:12px;
	left:0px;
	height:536px;
	width:1000px;
	overflow:visible;
}

.Copyright
{
	font-family: Verdana,Arial;
	font-size: x-small;
	text-align: center;
	margin-top: 2px;
}

.Invisible
{
	/*opacity:0;*/
	/*filter:alpha(opacity=0);*/
}

.MainScroll
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1000px;
	height:535px;
	overflow:auto;
}