﻿#mainWindow.welcome {
	border-style: solid;
	border-width: thin thin 10px thin;
	border-color: #77787C;
	width: 960px;
	position: relative;
	height: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url('../images/welcomeBackground.png');
	background-repeat: no-repeat;
}
#mainWindow .logo {
	width: 600px;
	position: relative;
	height: 424px;
	margin-left: 335px;
	margin-top: 125px;
}
#mainWindow .logo img {
	border-width: 0px;
}
