/* unvisited link */
a:link {
    color: white;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: white;
        text-decoration:none;

}

/* mouse over link */
a:hover {
    color: red;
    text-decoration:underline;
}

/* selected link */
a:active {
    color: #0000FF;
}

html{
  position:relative; 
  min-height: 100%;
}
body {
	background-size: cover;                     /* <------ */
    background-repeat: no-repeat;
    background-position: left center; 
    background-image:url('bg/rotater.php');
    margin: 0;
    padding: 0;
   	min-width:1000px;
}

.newStyle1 {
	width:100%;
}
.newStyle2 {
	background-color:rgba(0, 0, 0, 0.7);
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:10%;
	height:80px;
	width:90%;

}
.newStyle3 {
	background-color: gray;
	height:50px;
	width:100%;
}
.newStyle4 {
	background-color: orange;
	height:5px;
	width:100%;
}
.newStyle5 {
	min-height:550px;
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.newStyle7 {
	background-color:rgba(0, 0, 0, 0.7);
	height:60px;
	width:90%;
	padding-top:20px;
	padding-left:10%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:white;

}
.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height:70px;
}
.HeadMenu {
		color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;

}
.IntroDiv {
	background-color:rgba(0, 0, 0, 0.7);
	width:300px;
	height:380px;
	color:white;
	margin-left:10%;
	margin-top:60px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: justify;
}
.MemberListDiv {
	background-color:rgba(0, 0, 0, 0.7);
	width:200px;
	color:white;
	margin-left:10%;
	margin-right:40px;
	margin-top:60px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	float:left;
}


.MemberProfileDiv {
	background-color:rgba(0, 0, 0, 0.7);
	width:600px;
	color:white;
	margin-top:60px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	float:left;
}


.FontLogo {
	font-size: 40pt;
	font-family: "Bernard MT Condensed";
	color: #FFFFFF;
}
.auto-style2 {
	text-align: right;
	font-size: small;
	margin-right:100px;
	height:32px;
	padding-top:10px;
	
}
.auto-style1 {
	vertical-align: middle;
}
.auto-style3 {
	font-size: x-large;
}

