@CHARSET "UTF-8";

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label,fieldset{
	/* A simple page reset */

	margin:0px;
	padding:0px;
}

body{
	/* Styling the body */

	color:white;
	font-size:10px;
	
	background: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main{
	/* The main container */

	width:1000px;
	margin:0px auto;
}

#bg-img{
	
	z-index:-1;
	position: absolute;
	left:0px;
	top:0px;
	
}


#link-group-homebase{

		
	width:200px;
	height:80px;
	position:relative;
	top:75px;
	left:408px;
	
	text-align:right;
	
/*	border-style: solid;
	border-color: red;
	border-width: thin;  */	
	
}

#link-group-placestogo{
	
	width:200px;
	height:80px;
	position:relative;
	top:393px;
	left:68px;
	
	text-align:right;
	vertical-align:top;
		
/*	border-style: solid;
	border-color: green;
	border-width: thin; */	
}


#link-group-friends{

	width:200px;
	height:80px;
	position:relative;
	top:383px;
	left:493px;
		
	text-align:left;
	
/*	border-style: solid;
	border-color: blue;
	border-width: thin;		 */	
	
}



#version-info {
	
	width:220px;
	height:20px;
	position:relative;
	top:420px;
	left:110px;
	
	text-align:right;
	vertical-align:top;
		
/*	border-style: solid;
	border-color: gray;
	border-width: thin;  */	
	
}



a img{
	border:none;
}

a, a:visited {
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}
