/*
### BASIC BODY AND LINKS
*/
.banner{
background-image:url('https://www.webcambiglook.com/logos/biglookbanner1.jpg');
background-repeat: no-repeat;
background-position: center right;
}
h1 {
font-size: 32px;
color: #FFFFFF;
}
.headon { 
position: relative;

top: -20px;
}
.banner1{
background-image:url('http://siouxfallssite.com/images/banner.jpg');
background-repeat: no-repeat;
background-position: top right;
}
.banner2{
background-image:url('http://webcamcruiser.com/cruiserbanner2.jpg');
background-repeat: no-repeat;
background-position: top right;
}

html {
font-family: Helvetica, Arial
}
.above {
font-size: 15px;
text-decoration: none;
}

A:link {
text-decoration: none; color: blue;
}
A:visited {
text-decoration: none; color: blue;
}
A:active {
text-decoration: none; color: white;
}
A:hover {
text-decoration: none; color: blue;
} 
.yellow{
background-image:url('http://siouxfallssite.com/images/yellow.jpg');
background-repeat: repeat;
background-position: bottom left;
}
#thumb {
position:absolute;
top:380px;
left: 360px;
width: 175px;
height: 150px;
}


.full:link {
	color:#FFFFFF;
	font-size:38px;
	font:Arial, Helvetica, sans-serif;
}
.full:active {
	color:#FF0000;
	font-size:38px;
	font:Arial, Helvetica, sans-serif;
}
.full:visited {
	color:#FFFFFF;
	font-size:38px;
	font:Arial, Helvetica, sans-serif;
}
.full:hover {
	color:#0000FF;
	font-size:38px;
	font:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
