﻿#PageTop {
	position:fixed;
	top:0px;
	left:0;
	width:800px;
	height:100px;	
	margin-left:auto;
    margin-right:auto;
    z-index:5;
}

#PageBottom{
    width:800px;
	height:238px;
	position:fixed;
	bottom: 0px;
	left:0;
	background-repeat:no-repeat;
	background-image:url("../images/Rainbow_08.png");
	margin-left:auto;
    margin-right:auto;
}

.Wrapper
{
    margin-left:0px;
    margin-top:80px;
    width:800px;
    min-height:800px;
    background-color:#662a72;
    color:White;
    background-image:url("../images/SideFade.jpg");
    background-repeat:repeat-y;
    background-position:right;
}

