html {
	height: 100%;
	overflow: hidden;
}
body{
	background-color: black;
	font-style: italic;
	                        
	background-position: center top;
	                        
	background-repeat: repeat-x;
	                        
	background-image: url(../ss2010/sf.jpg);
	                        
	font-family: Georgia, "Times New Roman", Times, serif;
	                        
	color: #333333;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #F9E5BF;
	text-align: center;
	height: 100%;
	padding: 0;

}
#main {
	text-align: center;
}
h1{
	font-style: normal;
	font-weight: normal;
	color: white;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 600px;
	font-size: 12px;

}
h2{
	font-style: normal;
	font-weight: normal;
	color: white;
	font-size: 20px;

}
.hpoint{margin-left: auto; margin-bottom: 0px; margin-right: auto; margin-top: 0px; padding: 0px; font-size: 20px;}
strong{
	color: #333333;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
hr{ width: 400px; color: #a8a397; background-color: white; height: 1px; border-style: none;}

#flashcontent {
	height: 100%;
}
body {
	text-align: center;
}
a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
.img{margin-bottom: 50px; margin-top: 100px;}
