body
{
font-family: "Trebuchet MS";
font-size:10px;
color: #222222;
background-image:url('bg.png'); 
} 

#intro { 
    position: absolute;
    z-index: 10; 
    width: 688px; 
    height: 198px; 
    margin: 0; 
    margin-top: 297px; 
    margin-left: 300px;
    border-right: 0px solid #C6EC8C; 
    font-weight: normal; 
    }

#ad {
    position: absolute;
    z-index: 10; 
    width: 160px; 
    height: 600px; 
    margin: 0; 
    margin-top: 15px; 
    margin-left: 25px;
    border-right: 0px solid #C6EC8C; 
}

 h1 {
    font-family: Tahoma; 
    text-align: center;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size: 15px;
    font-weight: bold; 
    color: #FFFFFF; 
    border-bottom: 2.5px solid #CB5E9B;
}

 h2 {
    font-family: Georgia;
    text-align: left;
    text-transform:uppercase;
    letter-spacing:0px;
    font-size: 13px;
    font-weight: bold;
    color: #e5e5e5;
}

#main {
	margin: 0px auto;
	text-align: justify;
	width: 1256px;
}

A:link {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
}

A:visited {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
}

A:active {
        text-decoration: none;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
}

A:hover {
        text-decoration: none;
        color: purple;
        font-size: 11px;
        font-weight: bold;
}
</style>