* {
		font-family : Arial, Helvetica, sans-serif;
	}
	
	body {
		background-color: #000;
		margin:0;
		padding:0;
	}
	
	img {
		border:0;
	}
	
	#logo {
		width: 100%;
		height: 157px;
	}
	
	#logo img {
		margin-left:44px;
		margin-top:32px;
	}
	
	#flash {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	#stripes {
		width: 100%;
		height: 114px;
		background-image: url(intro_stripes.gif);
		background-repeat: repeat-x;
		margin-bottom: 13px;
	}

	#links {
		width: 100%;
		text-align: center;
	}
	
	#links span {
		width: 500px;
		display:block;
	}
	
	.intro_links {
		text-decoration:none;
		font-size:11px;
		color: #fff;
		margin:0 19px 0 16px;
	}
	
	.intro_links:hover {
		text-decoration:underline;
	}
	
	.intro_links img{
		vertical-align: text-bottom;
	}
	
	
	.intro_big_links {
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
		color: #00ADF5;
	}