@charset "UTF-8";

/*<------------RESET--------------------*/

html,/* CSS Document */body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt,
var, b, u, i,
center, dl, dt, dd, ol, ul,
li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ol, ul {
	list-style: ;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline:none;
	color: #FFF;
	text-decoration: none;
}

/*<------------FINE RESET------------------------------*/


#header {
	background: url("images/header_bg.jpg") no-repeat scroll 50% 0 #D6D6D6;

	/*background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 167px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;*/
	
	height: 201px;
    margin: 0 auto;
    padding: 0;
}

#header-eng {
	background: url("images/header_bg-eng.jpg") no-repeat scroll 50% 0 #D6D6D6;

	/*background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 167px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;*/
	
	height: 201px;
    margin: 0 auto;
    padding: 0;
}

#full_screen_bar {
	width: 100%;
	height: 34px;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header .english {
	display: block;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #F00;
	text-decoration: none;
	left: 13px;
	top: 12px;
	width: 141px;
}
#wrapper_page #page p {
	font-size: 12px;
	color: #464037;
	font-family: Arial, Helvetica, sans-serif;
}
#page #cellulare {
	display: block;
	position: absolute;
	left: 675px;
	top: 442px;
}
#page #button {
	display: block;
	position: absolute;
	left: 859px;
	top: 436px;
	background-image: url(images/download_black.jpg);
	height: 34px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	outline:none;
}


#page #button_eng {
	display: block;
	position: absolute;
	left: 854px;
	top: 436px;
	background-image: url(images/download_black_eng.jpg);
	height: 34px;
	width: 78px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	outline:none;
}


#wrapper_page {
	height: 500px;
	width: 100%;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper_page #page {
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	width: 930px;

	position: relative;
}

.ita {
	background-image: url(images/page.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

.eng {
	background-image: url(images/page_eng.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}



#page #text_2 {
	position: absolute;
	width: 205px;
	height: 107px;
	left: 718px;
	top: 301px;
}
#page #text_1 {
	position: absolute;
	left: 716px;
	top: 196px;
	width: 205px;
	height: 85px;
}

#page #text_1 a {
	color: #000;
	text-decoration: none;
}

#full_screen_bar .bar {
	background-image: url(images/bg_bar.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
}
#full_screen_bar .bar .red {
	background-image: url(images/red.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 100%;
}
#footer {
	height: 34px;
	width: 100%;
	background-image: url(images/bg_page.jpg);
	background-position: center;
	background-repeat: repeat-y;
}


#footer .bar {
	background-image: url(images/bg_bar_footer.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 34px;
}
#footer .bar .red {
	background-image: url(images/red_footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
	width: 100%;
	text-align: center;
}
#footer .bar .red h2 {
	color: #FFF;
	font-size: 14px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#page .download_iphone {
	background-image: url(images/scarica_button.png);
	height: 47px;
	width: 101px;
	display: block;
	position: absolute;
	left: 209px;
	top: 345px;
}

#page .download_iphone_eng {
	background-image: url(images/scarica_button_eng.png);
	height: 47px;
	width: 111px;
	display: block;
	position: absolute;
	left: 209px;
	top: 345px;
	background-repeat: no-repeat;
}

