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

a:hover {
	text-decoration:underline;
	}

#top {
	position:absolute; 
	height: 70px; 
	width: 295px; 
	background-image: url('images/title.gif'); 
	background-repeat: no-repeat; top: 0px; left: 200px;
	} 
	
#flashcontent {
	float: left; width: 950px; height: 450px; padding-top: 50px;
	}
 
#slogan {
  	position:absolute; 
  	height: 40px; 
  	width: 130px; 
  	background-image: url('images/copy.gif'); 
  	background-repeat: no-repeat; top: 560px; left: 300px;
  	}