@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;

}
/*
#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;
}

#news {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 260px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
}

#enneagram {
	position:absolute;
	color:#FFF;
	left:10px;
	top: 420px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:250px;
}

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

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

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

#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;
}

#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; }

