/* external CSS file */
/* filename gateway_setup.css */
/* All associated files, photos, and graphics are copyrighted by the Slinger Wrestling Club*/
/* IMPORTANT */
/* This design is not a public domain template. You may not reproduce it elsewhere without the designer's written permission. */
/* Copyright violators will be prosecuted*/

body {
	
	margin: 0;
	padding: 0;
	font-family: "Comic Sans Ms", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:10px;
	background:url(graphics/main_page.jpg) no-repeat center #000;
	background-attachment:fixed;
	}	
	
a:link {
	color:#ffffff;
	text-decoration: none;
	display: inline;
	padding-top: 60px;
	width: 150px;

	}
	 
a:visited {
	color:#FF0033;
	text-decoration: none;
	padding-top:60px;
	 }
	 

a:hover {
	color:#FF0000; 
	text-decoration: underline;
	background: url(graphics/owl_eyes_button.gif) no-repeat top center;
	padding-top:60px;
	background-position:50px;
	}

	 
a:active {
	color: #ffffff;
 	text-decoration: none; 
	}


.stamp	{
	color:#ffffff;
	background-color: inherit;
	width:150px;
	}
	
.hs {
	position: relative;
	left: 10px;
	top: 50px;
	color:#ffffff;
	width:150px;
	padding-top:60px;
	}
	
.ms {
	position: relative;
	left: 10px;
	top: 100px;
	color:#ffffff;
	width: 150px;
	padding-top:60px;
	}

.yc {
	position: relative;
	left: 10px;
	top: 150px;
	color:#ffffff;
	width: 150px;
	padding-top:60px;
	}
.copyright	{
	float:right;
	margin: 150px 0 0 25px;
	color:#ffffff;
	background-color: inherit;
	width: 150px;
	}