@charset "utf-8";
/* CSS Document */

body {
	background: grey;
	color: white;
	width: 1920px;
	height: 1080px;
	font-family: tahoma;
}

.logout {
	position: absolute;
	top: 1005px;
	background: url("logout.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.close {
	color: red;
	position: absolute;
	top: 200px;
	left: 1310px;
	opacity: 0;
}

/*---------------------------Images-----------------------------*/

h1{
	background: green url("kadenBorn.JPG");
	position: absolute;
	top: 300px;
	left: 850px;
	width: 190px;
	height: 140px;
	text-indent: -999999px;
}

h2{
	background: blue url("kadenMirror.jpg");
	position: absolute;
	top: 400px;
	left: 1140px;
	width: 190px;
	height: 140px;
	text-indent: -999999px;
}

h3{
	background: red url("KadenTerry.jpg");
	position: absolute;
	top: 550px;
	left: 910px;
	width: 190px;
	height: 140px;
	text-indent: -999999px;
}

h4{
	position: absolute;
	font-family: Tahoma;
	color: white;
	top: 174px;
	left: 617px;
}
/*-------------------------End Images-----------------------------*/
.videoplayer {
	position: absolute;
	top: 1005px;
	left: 200px;
	background: url("videoplayer.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.browser {
	position: absolute;
	top: 1005px;
	left: 100px;
	background: url("InternetExplorer.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.game {
	position: absolute;
	top: 1005px;
	left: 300px;
	background: url("gameIcon.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.trash {
	position: absolute;
	top: 1005px;
	left: 1850px;
	background: url("recycleBin.png");
	width: 80px;
	height: 80px;
	text-indent: -99999px;
}

.frame{
	background: green url("windowswallpaper.jpg");
	width: 1920px;
	height: 1080px;
	margin: 0px auto;
	position: relative;
}

.taskbar {
	background: url("taskbar.png");
	position: absolute;
	width: 1920px;
	height: 100px;
	top: 990px;
}

.files {
	background: green url("fileExplorer.jpg");
	top: -900px;
	width: 756px;
	height: 537px;
	margin: 0px auto;
	position: relative;
}