﻿/*==============================================
* Filename: style.css
* Version: 1.0.0 2008-09-09
* Website: http://www.mouseclub.co.uk/ BACK TO SCHOOL VIRAL
* Author: Nicola Anderson
===============================================*/


body
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#000000;
	background-image:url("/UserFiles/Image/bg_gradient.jpg");
	background-repeat:no-repeat;	
	background-color:#005880;
	padding:20px 0px 0px 0px; 
}
a
{
    color: #FFFFFF;
	font-size:70%;
	text-decoration:none;
}
a:hover
{
    text-decoration: underline;
	font-size:70%;
}
a:visited
{
    color: #FFFFFF;
	font-size:70%;
}
p
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#Container
{
	width:986px;
    height:700px;
    margin: auto;
    position: relative;
   

}
#Content
{   clear: both;
	position:absolute;
	top: 104px;
    left: 0px;
	width:986px;
	height:634px;
	background-image:url("/UserFiles/Image/white_bg.png");
	background-repeat:no-repeat;
	*filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='/UserFiles/Image/white_bg.png', sizingMethod='image');
    * background-image: none;
    z-index:1;
}
#outerimgs
{   width:986px;
    position:absolute;
    top: 0;
    left: 0;
    z-index:2;
}
.Title_image
{
   float: left; 
   border: none;
   margin: 60px 0px 0px 0px;
}
.Logo_image
{
   float: right;
   border: 0px;
}
#Footer
{
	width:320px;
	height:95px;
	clear: both;
	margin: auto;



}
#Flash_content
{
       padding: 34px 0px 0px 11px;
     
}

