﻿html {
 	height: 100%;
 	}
 
body {
 	margin:0;
 	padding:0;
  	background-image: url('images/stone.jpg');
 	}
 
a { 
 	font-weight:bold;
 	text-decoration:none;
 	}

a:hover {
	text-decoration:underline;
	}
	
#flashcontent {
	float: left; width: 950px; height: 650px; padding-top: 0px;
	}
 
#slogan {
  	position:absolute; 
  	height: 40px; 
  	width: 130px; 
  	background-image: url('images/copy.gif'); 
  	background-repeat: no-repeat; top: 585px; left: 300px;
  	}