html, body {
	margin: 0px;
	padding: 0px;
	font: 80%/1.2 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	background: black;
    height:100%;
}

.wrapper  {
    width: 100%;
    height: 100%;
    b__ackground-color: yellow;
}

a img {
	border: none;
    margin: 0px;
    padding: 0px;
}

#container {
    position: relative;
    background-image: url(../images/intro/background.jpg);
    background-repeat: no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 690px;
	text-align: center;
    border-left: 0px solid red;
    border-right: 0px solid red;
}

.italiano {
	position: absolute;
    left: 160px;
    top: 620px;
    text-align: center;
    border: 0px solid red;
}

.english {
	position: absolute;
    left: 600px;
    top: 620px;
    text-align: center;
    border: 0px solid red;
}

a.italiano:link {
	color: #DA0675;
    font-weight: normal;
	text-decoration: none;
}

a.italiano:visited {
	color: #DA0675;
    font-weight: normal;
	text-decoration: none;
}

a.italiano:hover, a:active, a:focus {
	color: #DA0675;
    font-weight: normal;
	text-decoration: underline;
}

a.english:link {
	color: yellow;
    font-weight: normal;
	text-decoration: none;
}

a.english:visited {
	color: yellow;
    font-weight: normal;
	text-decoration: none;
}

a.english:hover, a:active, a:focus {
	color: yellow;
    font-weight: normal;
	text-decoration: underline;
}