/***
* File:         	content.css
* Package:      	benbanderas.com
* Version:      	1.0
* Language:     	Cascading Style Sheets
* ---------------------------------------------------------------------------
* (c) 2005 			sebastian walther
* E-Mail:       	ich@benbanderas.com
* WWW:          	http://www.benbanderas.com
* ---------------------------------------------------------------------------
* Author:       	sebas
* Date:         	2005-09-15
* Last changed: 	2007-01-08 
***/

body {
	background-color: #ffffff; 
	scrollbar-base-color:#ffffff;
  	scrollbar-3dlight-color:#333333;
  	scrollbar-arrow-color:#333333;
  	scrollbar-darkshadow-color:#ffffff;
  	scrollbar-face-color:#ffffff;
  	scrollbar-highlight-color:#ffffff;
  	scrollbar-shadow-color:#333333;
  	scrollbar-track-color:#ffffff;
 	color:#333333;
	font-family: Arial, Helvetica, Geneva, Sans Serif;
	font-size:10px;
	text-decoration: none;
}

.datos {
	position: absolute;
	left: 870px;
	top: 468px;
	width: 128px;
	height: 100px;
	color:#333333;
	font-family: Arial, Helvetica, Geneva, Sans Serif;
	font-size:10px;
	text-decoration: none;
}

.top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 450px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

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

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
}

