@font-face
{
font-family: 'Ubuntu-TitleTitle';
src: url('fonts/Ubuntu-Title.eot');
src: local('Ubuntu-Title Title'), local('Ubuntu-Title'), url('fonts/Ubuntu-Title.ttf') format('truetype');
}
 
body
{
    border:0;
    font-family: 'Ubuntu-TitleTitle';
	background-repeat: no-repeat;
}
 
.title
{
    font-size: 50px;
    text-align: center;
}
 
.subtitle
{
    font-size: 30px;
    text-align: center;
}
 
#container
{
    position: relative;
    width: 960px;
    margin: 30px auto 0px auto;
}

#navmenu a
{
color: #000000;
text-decoration: none;
}

#navmenu a:hover
{
color: #9999BB;
}