body {
	background-color: black;
}

div#windblows {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: auto;
	background-image: url(images/background.png);
}

div#desktop {
	height: 735px;
}

div#taskbar {
	width: 100%;
	height: 33px;
	background-color: #bcbcbc;
}

div#startbutton {
	background-image: url(images/startbutton_normal.png);
	height: 33px;
	width: 104px;
	float: left;
}

div#startbutton img {
	vertical-align: middle;
}

div#startmenu {
	display: none;
	background-image: url(images/startmenu.png);
	height: 300px;
	width: 150px;
	bottom: 33px;
	left: 0;
	position: absolute;
}

div#startmenu ul li {
	list-style: none;
	margin-left: -30px;
	margin-bottom: 5px;
	font-size: 1.2em;
}

div#startmenu ul li img {
	height: 1em;
}

div#startmenu ul hr {
	margin-left: -40px;
}

input#search {
	width: 125px;
}

div#clock {
	background-image: url(images/clock.png);
	height: 33px;
	width: auto;
	text-align: center;
	font-size: 28px;
	float: right;
}

div#bluescreen {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #0000ff;
	color: #ffffff;
	z-index: 9001;
	padding: 20px;
}

div#errorbox {
	display: none;
	position: absolute;
	border: solid black 1px;
	left: 300px;
	right: 300px;
	top: 200px;
	max-height: 300px;
	z-index: 8000;
}

div#errortitle {
	background-color: #cc0000;
	border-bottom: solid black 1px;
	padding: 5px;
	text-align: center;
}

div#errorbody {
	background-color: #cccccc;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 10px;
}

img#errorimage {
	float: left;
	display: block;
}

span#errortext {
	display: block;
	overflow: hidden;
}

div#errorbuttons {
	background-color: #bcbcbc;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	border-top: solid black 1px;
	text-align: center;
}

table#icons tr td img {
	margin: 10px;
	height: 98px;
	width: 70px;
}

div#notepadbox {
	display: none;
	position: absolute;
	width: 400px;
	height: 300px;
	top: 200px;
	left: 200px;
	border: solid black 1px;
	z-index: 7000;
}

div#notepadtop {
	text-align: center;
	background-color: #0000dd;
	border-bottom: solid black 1px;
	height: 20px;
}

div#notepadtop img {
	float: right;
}

div#notepadtextarea {
	background-color: #bcbcbc;
}

div#notepadtextarea textarea {
	width: 394px;
	height: 252px;
	resize: none;
	overflow: hidden;
}

div#notepadbuttons {
        background-color: #bcbcbc;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20px;
        border-top: solid black 1px;
        text-align: center;
}

div#startscreenbox {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #111111;
	color: #ffffff;
	z-index: 9000;
	padding: 20px;
}

div#startscreenbox img {
	position: absolute;
	top: 230px;
	left: 412px;
}

p#startscreentext {
	position: relative;
	top: 480px;
	text-align: center;
}

input#restart {
	display: none;
	margin-left: 50%;
	margin-top: 10px;
}
