* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	background-color: #000;
	color: #fff;
	font-size: .8em;
	text-align: center;
}

img {
	border: 0;
}

#container {
	width: 990px;
	height: 600px;
	background-color: #000;
	margin: 20px auto;
	overflow: hidden;
}

p.copy {
	margin: 0;
	font-size: .8em;
	color: #fefefe;
}

.video {
	height: 600px;
}

input, button {
	border: 1px solid #000;
	background: #444;
	padding: 5px;
	font-size: 1.5em;
	color: #fff;
}

#my {
	width: 990px;
	margin: 0 auto;
}

#my a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#my .home {
	width: 100px;
}

#footer {
	float: left; 
	width: 790px;
}


button {
	padding: 4px;
	background: #000;
}

.marelli {
	background-image: url('images/bg-marelli.jpg');
	background-repeat: no-repeat;
}

#photobook, #video {

	width: 420px;
	height: 600px;
	overflow: hidden;
	margin: 20px 0 20px;
	float: left;
}

#photobook a, #video a {
	display: block;
	padding: 1000px;
}

#photobook {

	width: 160px;
	height: 50px;
	margin: 470px 0 0 10px;
}

#video {
	margin: 20px 0 0 190px; 
	height: 50px; 
	width: 160px; 

}