@font-face {
	font-family: 'webfont';
	src: url('central.ttf');	
	}

body {
	background-color: black;
	font-family: verdana;
	color: white;
	margin: 0 auto;
	font-family: 'webfont';
	
	}

a {
	text-decoration: none;
	color: lime;
}

h1{
	font-weight: lighter;
	color: lime;
}

#caution{
	height:72px;
	width:500px;
	background-image:url('caution.png');
	background-repeat:repeat-x;

	vertical-align:middle;
	}

#caution h1{
	font-weight: lighter;	
	color: black;
	background-color: yellow;
	align:center;
	margin: 0 auto 0 auto;
	}