div#mainmenu{
	background-color: #970037;
}
div#text {
    position: absolute;
    top: 0px;
    padding: 20px;
    left: 610px;
    width: 410px;
    height: 700px;
}
div#text2 {
    position: absolute;
    top: 0px;
    padding: 20px;
    left: 1050px;
    width: 200px;
    height: 700px;
}
div#image2{
    position: absolute;
    top: 280px;
    left: 260px;
}
h1 {
	color: #970037;
}
a:link {
    color: #970037;
    text-decoration: none;
}
a:visited {
    color: #970037;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
    color: #970037;
    text-decoration: none;
}