@charset "utf-8";
/* CSS Document */

body {
	background: grey;
	color: white;
	width: 1920px;
	height: 1080px;
}

a {
	display: block;
	color: white;
	text-decoration: none;
}

h1 {
	color: white;
	text-align: center;
	font-size: 100px;
	position: relative;
	top: -1020px;
	left: 0px;
}

.logout {
	position: absolute;
	top: 500px;
	left: 780px;
	background: url("okButton.png");
	width: 160px;
	height: 160px;
	text-indent: -99999px;
}

.cancel{
	position: absolute;
	top: 505px;
	left: 1000px;
	background: url("cancelButton.png");
	width: 160px;
	height: 160px;
	text-indent: -99999px;
	transform: scale(1.1,1.2);
}

.frame{
	background: grey url("loginscreen.jpg");
	width: 1920px;
	height: 1080px;
	margin: 0px auto;
	position: relative;
}
