html {
	height: 100%;
	overflow:auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#flashcontent {
	height:100%;
	overflow:auto; /* initially set to auto for alternate content, we reset to 'hidden' within the swfscroll.js file */
	/*
	overflow-x: auto;
	overflow-y: auto;
	*/
}

h1 {
	color:#666;
	text-transform: uppercase;
	font-family: arial, "lucida console", sans-serif;
	font-size: 30px;
	font-weight: bold;
}

#alternateContent {
	padding: 20px;
	width: 300px;
}

p {
	color:#666;
	font-family: arial, "lucida console", sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a {
	color:#000;
	background-color: #FFF;
}

#logo {
	padding: 10px;
	margin-top: 10px;
}

#aboutscotties {
	width: 550px;
	padding-left: 10px;
	color: #666;
}
