@charset "utf-8";
/* DMarakowski.com Main CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-color: #0056a0;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

a:link { color: #0056a0; text-decoration: none }
a:active { color: #0056a0; text-decoration: underline }
a:visited { color: #0056a0; text-decoration: none }
a:hover { color: #0a8eff; text-decoration: underline; }

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.contacttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 80px;
	vertical-align: top;
}

.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -35px;
	
}

.error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	margin-top: -35px;
	
}

#table-main-bg-box {
	text-align: center;
	width: 715px;
	height: 403px;
	border: 0px;
	background-image: url(../images/comingsoon.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#table-bg-box {
	text-align: center;
	width: 715px;
	height: 403px;
	border: 0px;
	background-image: url(../images/contactbox.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

#table-bg-opacity {
	text-shadow: #000;
	vertical-align: middle;
	background-image: url(../images/bg-transparent.png);
	margin-top: 7px;
	height: 60px;
}