* {
	margin: 0;
	padding: 0;
}
.center
{
	text-align: center;
}
.center2
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
html
{
	font-family: 'Arimo', sans-serif;
	height: 100%;
}
body
{
	height: 100%;
}
a
{
	color: #4020e0;
	text-decoration: initial;
	font-weight: bold;
}
#header-bg
{
	width: 100%;
	display: block;
	position: relative;
}
#header-bg::after
{
	content: "";
	background: #1d00f5;
	opacity:0.5;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#header
{
	width: 100%;
	height: 150px;
	padding-top: 1px;
	display: block;
	position: relative;
}
#header::after
{
	content: "";
	background: url("../img/csbcmdline.png") 0px 300px repeat;
	opacity:0.25;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#header-content
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	font-family: 'Carter One', sans-serif;
}
#menu-wrap
{
	box-shadow: 5px 5px 5px #282828;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.wrap
{
	/*position: absolute;
	min-height: 100%;
	padding: 150px;
	top: 0;
	box-sizing: border-box;*/
	width: 100%;
	/*z-index: -1;*/
}
.wrap-carousel
{
	/*position: absolute;
	min-height: 100%;
	padding: 600px;
	top: 0;
	box-sizing: border-box;*/
	width: 100%;
	/*z-index: -1;*/
}
.rounded
{
	box-shadow: 0px 0px 10px 7px #888888;
	display: block;
	width: 1100px;
	min-height: 100%;
	min-height: calc(100% - 173px);
	left: 50%;
	margin-left: -550px;
	margin-top: 20px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ccc;
	position: absolute;
}
.rounded-carousel
{
	box-shadow: 0px 0px 10px 7px #888888;
	display: block;
	width: 1100px;
	min-height: 100%;
	min-height: calc(100% - 624px);
	left: 50%;
	margin-left: -550px;
	margin-top: 20px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #ccc;
	position: absolute;
}
.rounded-content
{
	padding: 25px 25px;
}
#myDiv
{
	box-shadow: 0px -10px 10px 0px #111;
	border-top: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	background: rgb(40,40,40); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,40,40,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,40,40,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#notmyDiv
{
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	background: url("../u3dcar/load/skin_modern_silver/background.jpg");
}