html{
    background-image: url(images/Windows/BlueBliss.png);
	background-repeat: initial;
	font-family: "Segoe UI", Tahoma;
	font-size: 11pt;
}

p{
	color: black;
}

a{
	color: blue;
}

#content{
	background: none;
	border: none;
	box-shadow: none;
}

#banner{
    background-image: url(images/Windows/Leaves.png);
}

#windowsnav{
    width: 751px;
	height: 30px;
    margin: 0 auto;
    display: block;
	border: 2px outset lime;
    margin-top: 10px;
    margin-bottom: 0px;
}

#start{
    display: inline-block;
    width: 79px;
    height: 30px;
    background-image: url(images/Windows/start.png);
}

#start:hover{
	background-image: url(images/Windows/starthighlighted.png);
}

#start:active{
	background-image: url(images/Windows/startclicked.png);
}

#separator1{
	display: inline-block;
	width: 4px;
	height: 30px;
	background-image: url(images/Windows/separator1.png);
}

#filesvideosbutton{
	display: inline-block;
	width: 138px;
	height: 30px;
	background-image: url(images/Windows/lhfilesvideos.png);
}

#filesvideosbutton:hover{
	background-image: url(images/Windows/lhhighlighted.png);
}

#filesvideosbutton:active{
	background-image: url(images/Windows/lhclicked.png);
}

#separator2{
	display: inline-block;
	width: 2px;
	height: 30px;
	background-image: url(images/Windows/separator2.png);
}

#touhou6button{
	display: inline-block;
	width: 138px;
	height: 30px;
	background-image: url(images/Windows/th6longhorn.png);
}

#touhou6button:hover{
	background-image: url(images/Windows/th6highlighted.png);
}

#touhou6button:active{
	background-image: url(images/Windows/th6clicked.png);
}

#separator3{
	display: inline-block;
	width: 390px;
	height: 30px;
	background-image: url(images/Windows/separator3.png);
}

#filesvideoswindow{
	width: 725px;
	height: 600px;
	font-family: Tahoma;
	background-image: url(images/Windows/FilesVideosWindow.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

#filesvideoswindow img{
	margin-top: 50px;
}

#touhou6window img{
	margin-top: 50px;
}

#touhou6window{
	width: 725px;
	height: 600px;
	font-family: Tahoma;
	background-image: url(images/Windows/Touhou6Window.png);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}