/* Add in your custom CSS here and it will overwrite all default style in Swagger */
body {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	display:table;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(images/Home_Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.deck{
	padding-bottom: 0px;
	padding-left: 12px;
	position: relative;
	top: -15px;
}

