﻿html 
{
height:100%;
}
body 
{
    background-image:url('/assets/back.gif');
    background-repeat:repeat-y;
    background-position:center;
    height:100%;
    overflow:hidden;
}
a 
{
    text-decoration:none;
    color:Black;
    outline:expression(hideFocus='true'); outline:0;
}
a:hover 
{
    text-decoration:none;
    font-weight:bold;
}  
a:focus 
{
    outline-style: none;
}
.intro
{
    height:200px;
    left:50%;
    margin:-100px 0pt 0pt -450px;
    position:absolute;
    top:50%;
    width:900px;
}
