* {margin: 0;padding: 0}
html,body, #container,#container table {height:100%; width: 100%}

body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
}

div#cvbox {
	width: 600px;
	height: 450px;
	background-image: url(images/bgmanlogo.gif);
	background-repeat: no-repeat;
	position: relative;
}

div#langmenu {
	position: absolute;
	right: 20px;
	top: 250px;
	width: 200px;
	text-align: right;
}

div#langmenu a {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

div#newsscroller {
	position: absolute;
	right: 20px;
	top: 275px;
	width: 375px;
	height: 160px;
}

div#menubox {
	position: absolute;
	left: 75px;
	bottom: 12px;
	text-align: left;
}

#menu {
	font: normal bold 18px Impact;
	padding: 0 0 5px 0;
}
#menu li {
	list-style: none;
	padding: 0 0 2px 0;
}

#menu a {color: #999999; text-decoration: none;}
#menu a:hover {color: #33CCCC;}

#adres {
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #999999;
}
#adres a { color: #999999}

