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

body {
	color:#FFF;;	
}

a {
	text-decoration:none;
	color:#FFF;
}
a:visited {color:#fff; }

#robswebpage {
  background:url(img/robswebsite.white.gif);
  width:765px;
  height:87px;
  position:absolute;
  top:15px;
  left:100px;

}


	
#menu {
	color: #ffffff;
	font-size: 25px;
    font-family:Steelfish, Helvetica, Arial, sans-serif;
	list-style-type: none;
	letter-spacing:-0.1em;
}

#menu li {
	list-style-type: none;
}
#menu ul {
list-style: square inside none;	
}

/*
#bkg {
	background:url(img/bkg.07.2010.jpg) no-repeat;
	width:1024px;
	height:576px;
	margin:auto;
}
*/
#header {
	position:absolute;
	top:10px;
    left:200px;	
	color:#C00;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:48px;
}
#title {
	color:#C00;
	font-size:24px;
	font-weight:900;

}


#search {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);
}

#news {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 260px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#enneagram {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 420px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#dart {
	position:absolute;
	color:#FFF;
	right:10px;
	top: 180px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
	text-align:right;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#astro {
	position:absolute;
	color:#FFF;
	right:10px;
	top: 340px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
	text-align:right;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#me {
	position:absolute;
	color:#FFF;
	right:10px;
	top: 500px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
	text-align:right;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#last_update
{
	position:absolute;
	top:10px;
	right:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:900;
}

#footer {
	position:absolute;
	bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#fff;
	margin:auto;
  background-color: #333;
  background-color: rgba(255,255,255,0.1);	
}

#search:hover{    color: #C00; background:#222;}
#news:hover{      color: #C00; background:#222;}
#enneagram:hover{ color: #C00; background:#222;}
#dart:hover{      color: #C00; background:#222;}
#astro:hover{     color: #C00; background:#222;}
#me:hover{        color: #C00; background:#222;}
#footer a:hover{  color: #C00; background:#222;}





img#new_background { height: 100%; width: 100%; z-index: -1; position:absolute; color: white; } html { height: 100%; overflow:hidden;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }

