﻿
html{height: 100%;
}


body {
	background-attachment:fixed;
	background-size: 100% 100%;
	background-position: left top;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	color: #000000;
}

#main
{
	background-size: 100% 100%;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	background-origin: content-box;
	opacity: 20%;
}

@font-face { font-family: 'Vivaldi'; src: url('font/path/vivaldi.eot'); src: url('font/path/vivaldi.eot?#iefix') format('embedded-opentype'), url('font/path/vivaldi.svg#Vivaldi') format('svg'), url('font/path/vivaldi.woff') format('woff'), url('font/path/vivaldi.ttf') format('truetype'); font-weight: normal; font-style: normal;}

#vivtext {
	font-family: 'Vivaldi';
	color: #FFFFFF;
	font-size: xx-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
}
#vivtext2 {
	font-family: 'Vivaldi';
	color: #000000;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* unvisited link */
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* visited link */
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
/* mouse over link */
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
/* selected link */ 

#simplegallery1{
	//CSS for Simple Gallery Example 1 position: relative; /*keep this intact*/;
	visibility: hidden; /*keep this intact*/;
	border: thin double #000000;
	text-align: center;
}


.auto-style1 {
	color: #FFFFFF;
}


.auto-style2 {
	color: #000000;
	font-family: Vivaldi;
	font-size: xx-large;
}
