@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#fff;
	background-image: url("wallpaper.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: 35%;
	#background-position: left top, left bottom;
	background-color:#000;
}

a:link {
	color: #8E9BA4;
    text-decoration: none;
}

a:visited {
	color: #8E9BA4;
    text-decoration: none;
}

a:hover {
	color: #8E9BA4;
    text-decoration: underline;
}

a:active {
	color: #8E9BA4;
    text-decoration: underline;
}

#jobbmenu {
	float: right;
	width: 50%;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#balmenu {
	float: left;
	width: 50%;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
