﻿*   {
	margin: 0px;
	padding: 0px;
}
body    {
    background-color: #FFF;
    padding-bottom: 5px;
}
#wrap   {
    width: 900px;
    margin: auto;
    height:100%;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#logo   
{
    padding:2px;
    text-align:center;
}
#title_text {
    text-align:center;
    padding-top:20px;
    padding-bottom:30px;
    font-family:Georgia, serif;
    font-size:4em;
    color: #000;
}
#footer  
{
    height: 35px;
    padding-top: 5px;
    font-family:Verdana, Arial, Helvetica, san-serif;
    font-size: 0.7em;
    text-align: center ;
    background-color: #79c8a8;
    margin: 5px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	background-color:#FFF;
}