/***************************************/
/***************************************/
/* Copyright LP-Studio.it di Luca Poli */
/***************************************/
/***************************************/

body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #ffffff;
	height: 100%;
	margin:0;
}

img {
	border: 0px;
}

#container {
	width: 340px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -200px 0 0 -170px;
}

.red {
	color: #E30014;
}


/****************************/
/*********** LINK ***********/
/****************************/
a:link {
	color: #ff000d;
	text-decoration: none;
}

a:active {
	color: #ff000d;
	text-decoration: none;
}

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

a:hover {
	color: #E30014;
	text-decoration: none;
}