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



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Nosfer;
	font-size: 100%;
	background-image: url(http://www.vintageinktattoos.com/images/1-silk-blue-background.jpg);
}
.oneColLiqCtr #container {
	width: 850px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.vintageinktattoos.com/images/mainBG2.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Nosfer;
	font-weight: bold;
	top: 10%;
	position: relative;
	margin-top: 4%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 800px;
	background-repeat: no-repeat;
}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColLiqCtr #ctrContent {
	position: absolute;
	width: 600px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 300;
	padding-top: 230px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	left: 5px;
	top: 4px;
}	
.oneColLiqCtr #menuContent {
	position: absolute;
	margin-top: 420px;
	margin-left: 0px;
	z-index: 500;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 108px;
	top: 1px;
}
.oneColLiqCtr #addressBar {
	position: absolute;
	margin-top: 550px;
	margin-left: 0px;
	z-index: 499;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 78px;
	top: 8px;
}
body,td,th {
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}

