body , html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana;
	font-size: 10pt;
	color: #333;
}
.workspace {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.workspace .logotype {
	height: 100px;
	background-position: center center;
	background-image: url(/images/logotype_190_88.png);
	background-repeat: no-repeat;
	margin-top: 100px;

}
.workspace .welcome-message {
	color: #FF5A00;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.workspace .welcome-options {
	padding: 10px;
	color: #656567;
}
.workspace .welcome-options .header {
	font-weight: bold;
	text-align: center;
}
.workspace .welcome-options .menu a, .workspace .welcome-options .menu a:link, .workspace .welcome-options .menu a:active, .workspace .welcome-options .menu a:visited {
	color: #00AED9;
	font-weight: bold;
	display: block;
	text-align: center;
}
.workspace .welcome-options .menu a:hover{
	color: #06C;
}