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