/*
   +----------------------------------------------------------------------+
   | Copyright (c) 2006 Rendercad s.r.l. - v 0.1.0 | 2007                 |
   +----------------------------------------------------------------------+
   | main.css,   Generic Cascading Style Sheet for web site               |
   |                                                                      |
   | Dependencies:                                                        |
   +----------------------------------------------------------------------+
   | Author: Alberto Cavastracci alcava@gmail.com                         |
   +----------------------------------------------------------------------+
*/

/******************************************
	TAG
******************************************/
html, body{
	background-color: #135797;
	margin:0; 
	padding:0;
	height: 100%;
}

/******************************************
	DIV
******************************************/

.div_container {
	position:absolute;
	width: 864px;
	height: 674px;
	left:50%;
	top:50%;
	margin-left: -432px;
	margin-top: -337px;
	background-image:url(image/background.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	z-index:1;
}
.div_main{
	position:absolute;
	width: 604px;
	height: 208px;
	left:50%;
	top:50%;
	margin-left: -300px;
	margin-top: -96px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding:0px;
	text-align: center;
	z-index:2;
}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight:bold;
	color:#FFFFFF;
}
.subtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#FFFFFF;
}
.linksimple{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.linksimple a {  
	font-family:Arial, Helvetica, sans-serif;  
	font-size: 10pt;
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;
}
.linksimple a:hover { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}

