a:link {color: white;}
a:visited {color: white;}
a:link {text-decoration: none;}

#splash {
	position: relative;
	width: 750px;
	height: 740px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#mailing {
	position: relative;
	width: 500px;
	height: 185px;
	margin-left: auto;
	margin-right: auto;
	top: -150px;
	left: -20px;
	opacity: 0.8;
}

.text {
	position: relative;
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	padding: 0;
}

.icon {
	position: relative;
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	padding: 0;
}
	
.spin:hover {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transform: rotate(180deg) scale(1.5);
	-moz-transform: rotate(180deg) scale(1.5);
	-o-transform: rotate(180deg) scale(1.5);
	-ms-transform: rotate(180deg) scale(1.5);
	transform: rotate(180deg) scale(1.5);
	opacity: 0;
}

#banner {
	margin: auto;
	width: 1000px;
}

#RuneBarH1 {
	margin: auto;
	width: 500px;
}

#RuneBarV1 {
	position: fixed;
	left: 140px;
	top: 0;
	width: 120;
	height: 900;
}

#RuneBarV2 {
	position: fixed;
	right: 55px;
	top: 0;
	width: 120;
	height: 900;
}

#navigation1 {
	position: fixed;
	width: 120px;
	top: 100px;
	left: 20px;
}

#navigation2 {
	position: fixed;
	width: 120px;
	top: 100px;
	right: 1px;
}

/*
#main-background {
	position: fixed;
	background: url(images/pyramid.jpg);
	opacity: 0.4;
	width: 900;
	height: 400;
	bottom: 0;
	right: -50;
}
*/

#main {
	margin-right: 200px;
	margin-left: 200px;
	color: white;
	font-family: times;
}

#GalleryContainer {
	float: left;
	right: 50%;
	width: 360px;
	height: 220px;
	margin: 30px;
	padding: 5px;
	border-image-source: url(images/border1.png);
	border-image-slice: 50;
	border-image-width: 8;
	border-image-outset: 5;
	border-image-repeat: round;
}

#GalleryItem {
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	padding: 5px;
}

#GalleryText {
	position: relative;
	float: left;
	width: 150px;
	height: 200px;
	padding: 10px;
}

#Footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

#Sidebar {
	float: right;
	right: 50;
}

body {
	background-color: black;
	color: white;
	font-family: times;
	margin: 10px;
	padding: 10px;
}
