@charset "UTF-8";
/* CSS Document */

		body {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			color: #000;
			font-size: 16px;
			margin: 0;background: #000;
		}
		.contentback {
			background: #fff;
			padding: 20px 5px;
			margin-bottom: 50px;
		}

		.footer {
			position: relative;
			bottom: 0;
			width: 95%;
			text-align: left;
			padding: 10px 20px;
			color: #fff
		}
		.footer a {
			color: #fff;
			text-decoration: none
		}
		.logo {
			max-width: 350px;
			margin: 50px auto;
		}
		.logo img {
			max-width: 350px;
		}
.content {
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

a {
	color:#ee7f16 ;
}
.warning {
	    background: url(images/Bake_long.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 180px;
}