/**********************************************

Title:				-		general.css
Browser(s):			-		All
Author: 			-		Gianmarco Lauriola | www.gianmarcolauriola.com
Created:			-		25.04.2010
Modified:			-		25.04.2010

**********************************************/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}


a img,
a:link img,
a:visited img,
a:hover img,
a:active img,
a,
a:link,
a:visited,
a:hover,
a:active
{
border: none;
outline: none;
}



#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 610px;
    padding-top: 100px;
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#cont #logo {
	width: 245px;
	height: 216px;
	border: none;
	margin: 80px 174px 28px 191px;
}

#cont #text {
	width: 610px;
	height: 64px;
	border: none;
	margin: 40px 0px 18px 0px;
}

#cont #previousVersion {
	width: 110px;
	height: 34px;
	border: none;
	margin: 0px 250px 28px 250px;
}