@charset "utf-8";
/* CSS Document */

html 
{
}

body 
{
	width:100%;
	height:100%;
	font-family:calibri, verdana, arial, sans-serif;
	color:#555;
	font-size:1em;
}

#home 
{
	width:400px;
	margin:50px auto 0;
	padding-top:250px;
	background:url(../images/roguesLogo.jpg) no-repeat;
	text-align:center;
}

#facebook
{
	width:165px;
	height:22px;
	margin:25px auto;
	background:url(../images/facebook.jpg) bottom no-repeat;
	display:block;
}

#facebook:hover
{
	background-position:top;
}

#locations
{
	list-style:none;
	margin:15px auto 0;
	font-size:.8em;
	text-align:center;
}

#locations li
{
	display:inline-block;
	cursor:pointer;
	text-decoration:underline;
	color:#36F;
	padding:5px 8px 0;
}

#locations li:hover
{
	color:#F63;
}

#emailLink
{
	width:150px;
	margin:0 auto;
	color:#36F;
	display:block;
	font-size:.8em;
	padding-top:45px;
	background:url(../images/email.png) center no-repeat;
}

#emailLink:hover
{
	color:#F63;
}

