@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: 800px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(http://www.vintageinktattoos.com/images/largeFrame.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	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;
	z-index: 200;
}
.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: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 115px;
}
div.scroll{
	width: 575px;
	height: 375px;
	overflow: scroll;
}	
div.menuContent {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 300;
	bottom: 125px;
	padding-left: 115px;
}
.oneColLiqCtr #addressBar {
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 200;
	padding-top: 750px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
body,td,th {
	color: #F00;
}
ul {
	list-style-type: decimal;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
-->

