body.main
{
  background-image:url("/img/logon.jpg");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center center;
  background-color:#CCC;
}
div#welcome
{
	position:absolute;
	top:50%;
	left:30%;
	color:#FFF;
	text-shadow:#F00 5px 5px 20px;
	font-family : verdana, tahoma, arial;
	font-size : 30px;
		
}
a:link {
COLOR: #FFF;
}
a:visited {
COLOR: #900;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #00FF00;
}

body
{
  font-family : verdana, tahoma, arial;
  font-size : 12px;
  text-shadow:#F00 10px 10px 20px;  
  color:#000;
}

#start
{
	text-align:center;
	position:relative;
	
}

.inviteme
{
	text-align:center;
	top:100px;
	position:relative;
    text-shadow:#0FF 10px 10px 20px;
}

