#game {
	position: absolute;
	left: 60px;
	top: 50px;

}

#gamestext {
	position: relative;
	width: 400px;
	margin-left: 50px;
	margin-top: 0px;
	padding: 0px;
	top: -10px;
}

#gamestext strong {
	font-size: 16px;
}

#menu {
	position: absolute;
	left: 725px;
	top: 50px;
}

.vmenu {
	background: url("/files/images/button.jpg");
	background-position: 0px -34px;
	height: 34px;
	width: 200px;
	text-align: center;
	vertical-align: middle;

	margin-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.vmenutext {
	padding-top: 10px;
}

