﻿html, body, form
{
	margin:0px;
	height: 100%;
	width: 100%;	
}

body
{
	min-height: 590px;
	min-width: 890px; 
	background-color: #000;
}

object {
    outline:none;
}

.school
{
    background-color: #1f1f1f;
    color: #fff;
    font-family: Arial;
}

.school .top
{
    height: 67px;
    width: 100%;
    background-image: url('../Images/TopBack.png');
    background-repeat: repeat-x;    
}

.school .top img
{
    border-style: none;
    margin-top: 10px;
    margin-left: 20px;
}

.school .content
{
    padding-left: 32px;
}
