	html {
		height: 100%;
		overflow: hidden;
	}
	
	img {
		border: 0px;
	}
	
	#flashcontent {
		height:531px;
		margin:0px auto;
		width:795px;
		border:5px solid #C00000;
	}
	
	#contact {
		font-family: arial;
		font-size: 0.6em;
		height:511px;
		margin:0px auto;
		width:775px;
		padding: 10px;
		border:5px solid #C00000;
		color: #c00000;
		background-image: url('../images/contact.jpg');
		background-repeat: no-repeat;
	}
	#contact a {
		color: #c00000;
	}
	#contact a:hover {
		color: #ffff01;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color: #ffffff;
		font-family:sans-serif;
		font-size:40;
	}	
	a {	
		color:#cccccc;
		border: 0px;
	}
	
	#name {
		width: 795px;
		margin: 0 auto;
		background-image: url('../images/jt.jpg');
		background-repeat: no-repeat;
		height: 44px;
	}
	
	#menu {
		width: 795px;
		margin: 50px auto 0px auto;
		height: 24px;
		text-align: right;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		color: #c00000;
	}
	
	#menu a {
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		color: #c00000;
	}