html {
	font-family: 'Source Sans Pro', sans-serif;
    background-image: url('images/white_wave.png');
    background-repeat: repeat;
    height: 100%;
    width: 100%;
	
}

body {
}



img {
	border:none;
}


 a:link{
 	color: #615d55;
 	text-decoration:none;
 }
 	
 a:visited{
 	color: #615d55;
 	text-decoration:none;
 }
 	
 a:hover{
 	color: black;
 	text-decoration:none;
 }
 	
 a:active{
 	color: #615d55;
 	text-decoration:none;
 }
 	

#main {
    height: 239px;
    margin-right: -119px;
    margin-top: -119px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 239px;

}

#headtext {
  	color: #574a41;
    font-size: 16pt;
    height: 29px;
    margin-right: -93px;
    margin-top: -152px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 189px;
}

#bottomtext {
	color: #574a41;
    font-size: 12pt;
    height: 29px;
    margin-right: -96px;
    margin-top: 122px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 189px;
}

#leftcontent {

    height: 60px;
    width: 200px;
    margin-right: 4px;
    margin-top: -15px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    font-size: 24px;

	
}

#rightcontent {
    height: 60px;
    width: 200px;
    margin-right: -325px;
    margin-top: -15px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 1;
    font-size: 24px;

	
}
