/**                  
 * screen.css
 *
 * @package {%project%}
 * @author  {%author%}
 *
 * Copyright (c) Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF 
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/
html, body {
	margin:0;
	padding:0;

}

body {
  background-color: #d3d3d3;
  font-size: 12px;
  color:#564b47;  
  padding:20px;
  margin:0px;
  text-align: center;
}

body, textarea, input, table, td {
	font-size:9pt;
	font-family:arial;
}

/**
 * CLASSES:
 * Definition of the used classes.
 ------------------------------------------------*/




/**
 * LAYOUT CONTAINERS:
 * Definition of the used layout containers.
 ------------------------------------------------*/



#content { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 600px;
  height: 450px;
  background:#fff url(/pics/bg.jpg) 0 0  repeat-x;
}

#logo	{
	width: 600px;
	height: 200px;
	background:#fff url(/pics/logo.jpg) 0 0  repeat-x;
	text-indent: -1000px;
}
#txt	{
	width: 600px;
	height: 187px;
	background:#fff url(/pics/txt.jpg) 0 0  no-repeat;
}

#footer	{
	width: 600px;
	height: 110px;
}

p	{
padding: 18px;
color: #fff;
letter-spacing: 1px
}
a	{
color: #fff;
letter-spacing: 1px
text-decoration: none;
}
A:link {text-decoration: none}

/*]]>*/
