@charset "utf-8";
/* CSS Document */

*  {margin: 0; padding: 0; border:0;}
ul
	{
	list-style:none;
	}
li
	{
	padding:4em 0 0 0;
	}
body
	{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
	}
#index 
	{
	background:#fff;
	width:800px;
	height:600px;
	margin:0 auto 0 auto;
	}
#border 
	{
	border:0.1em solid #999;
	}
p
	{
	padding-top:2em;
	color:#c0272d;
	font-weight:bold;
	}
a
	{
	color:#666;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
	}
h1
	{
	color:#666;
	font-size:1.1em;
	margin-top:10px;
	}
a:hover
	{
	color:#c0272d;
	}
#enter 
  	{
	 background:url(../Images/littlesnail.jpg);
	 background-position:bottom center;
	 background-repeat:no-repeat;
	 padding-left:1.3em;
	}
#credits
	{
	font-size:0.8em;
	margin-top:5em;
	}
