body {
	font-size: 16px;
	font-family: sans-serif;
	position: relative;
	width:100%;
	background-color: #000;
	background-image: url("../stils/atteli/bg/BMW.jpg");
	background-position: top center;
	background-attachment: fixed;
	background-repeat: repeat;
	overflow:hidden;
}
::-webkit-scrollbar { width: 20px; background: #212121;}
::-webkit-scrollbar-track { box-shadow: inset 0 0 5px #3d3d3d; border-radius: 10px; }
::-webkit-scrollbar-thumb { background: #3d3d3d;  border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #4d4d4d; }
::-webkit-scrollbar-corner {visibility: hidden;}

body div {
	display:block;
}
body p {
	margin:0;
	padding:0;
	text-indent: 0px;
	color:#363636;
	font-size:12px;
	margin:7px 0px 7px 0px;
	position:relative;
}
body a {
	cursor: pointer;
	color: #565656;
	font-weight: 700;
	font-family: serif;
	text-decoration:none;
}
body li {
	color:#363636;
	font-size:12px;
}

.vidus {
	width: 966px;
	margin: 7px auto 64px auto;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #808080;
	background: rgba(255, 255, 255, .4);
	padding: 7px;
	position: relative;
}
.vidu {
	width: 966px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #EEEBEC;
	background-color: rgba(247, 247, 247, .9);
	min-height: 420px;
	position: relative;
}
.vidu hr {
	display: block;
	height: 1px;
	border-top: 1px solid #BFBFBF;
	background: transparent;
	margin: 0;
}
