@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	background-image: url(../myndir/background/hrosshar2.jpg);
	background-attachment: fixed;
}

#container {
	background-image: url(../myndir/background/hrosshar6.jpg);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-attachment: fixed;
}

#container #header {
	background-image: url(Capture%20header.JPG);
	padding: 10px;
	clear: both;
	height: 100px;
}

#container #maincontent {
	margin: 8px;
	padding: 8px;
	width: 945px;
	float: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	font-family: "comic Sans MS";
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#maincontent #vidhald {
	background-image: url(../myndir/background/hrosshar5.jpg);
	padding: 10px;
	clear: both;
	font-family: "Matura MT Script Capitals";
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#maincontent #texti {
	float: left;
	height: 500px;
	width: 468px;
	border: thin solid #FF0000;
	text-decoration: none;
	text-align: left;
	margin-top: 30px;
}
#maincontent #images {
	float: right;
	height: 500px;
	width: 468px;
	border: thin solid #FF0000;
	text-decoration: none;
	text-align: left;
	margin-top: 30px;
}

#container #footer {
	background-image: url(../myndir/background/hrosshar5.jpg);
	padding: 10px;
	clear: both;
	font-family: "comic Sans MS";
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
