/*	
	STUDIO JUICE STYLESHEET FOR SCREEN
	
	CLIENT:		VIKKI BLOWS
				(http://www.vikkiblowsloveshates.com/)
	
	AUTHOR:		STUDIO JUICE
				(http://www.studiojuice.com/)
	
	DESIGNER:	DOM WILLIAMS
				(dom@studiojuice.com)

----------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #F5EBCD;
	color: #4C5456;
	font-family: Georgia;
	font-size: 11px;
	line-height: 115%;
}
/* Hide from IE5mac \*//*/
html, body {
	height: auto;
}
/* end hack */

/* =Vertical Centering
----------------------------------------------------*/
#center {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -258px;
	float: left;
}
/* Hide from IE5mac \*//*/
#vertical-center {
	display: none;
}
/* end hack */
#container {
	margin: 0 auto;
	width: 700px;
	height: 516px;
	clear: both;
	
	padding: 0px;

	position: relative;
	top: -258;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
}
/* =a Default styling for links
----------------------------------------------------*/
a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #CC0000;
}
/* =LAYOUT
----------------------------------------------------*/
#main {
	height: 500px;
	width: 700px;
	border: solid #EAE0C1 1px;
	background: url(../images/bg.gif) no-repeat #F5EBCD;
}
#noflash {
	width: 300px;
	height: 430px;
	position: relative;
	top: 25px;
	margin: auto;
	text-align:center;
	color: #000000;
}
#footer  {
	width: 700px;
	height: 12px;
	margin-top: 4px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#signup-title {
	width: 250px;
	height: 430px;
	position: relative;
	top: 25px;
	margin: auto;
	text-align:center;
	color: #000000;
}
label {
	font-size: 12px;
	font-weight: normal;
}
input {
	padding: 4px;
	text-align: center;
	width: 160px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.submit, input.submit:focus {
	width: auto;
	border: none;
	background-color: #0086b6;
	color: #e5bd37;
	font-size: 11px;
	font-weight: bold;
}
/* =p Default styling for paragraphs
----------------------------------------------------*/
p {
	line-height: 150%;
}
/* =h1 Default styling for top-level headings
----------------------------------------------------*/
h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color:#cccccc; 
}
/* =abbr Default styling for abbreviations
----------------------------------------------------*/
abbr[title] {
	border: 0px;
}
/* =img Default styling for images
----------------------------------------------------*/
img {
	border: 0px;
}