/******************************************
* Stylesheet produced by Simon Woolverton *
******************************************/

/*Body styling*/
body
{
	color: #000;
	background-color: #fff;
	font-family: Helvetica Narrow, helvetica, tahoma, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a
{
	user-focus: none; outline : none; -moz-user-focus: none; -moz-outline: none; behavior: url(../scripts/userfocus.htc);
	color: #D63374;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

div#holdingposition
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

table#holdingcontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#holdingcontainer td
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}


div#holdingmain
{
	position: relative;
	padding: 0px;
	margin: auto;
	overflow: hidden;
	text-align: center;
    width: 450px;
	height: 450px;
    text-align: justify;
	overflow: hidden;
}
#holdingmain p
{
	padding: 0px;
	margin: 0px;
}
h1#title
{
	position: absolute;
	top: 100px;
	left: 179px;
	padding: 0px;
	margin: 0px;
	width: 93px;
	height: 104px;
	text-indent: -9999px;
    overflow: hidden;
	background-image: url(../holdingimages/logo.gif);
	background-repeat: no-repeat;
}
p#text
{
	position: absolute;
	top: 212px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 450px;
	text-align: center;
	font-size: 12px;
}