@charset "UTF-8";
/* CSS Document */

/* mac hide\*/
html, body {height:100%;
			font-family:Arial, Helvetica, sans-serif;
			color: #484848;
			font-size:12px;}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	background: url(images/bg2.gif) top center repeat-y #E6E3DE;
	
}
#outer{
	min-height:100%;
	width:950px;
	color: #000000;
	background: #FFF;
	text-align:left;
	margin:-121px auto 0;/* negative top margin top make room for footer*/
	position:relative;
}
 
* html #outer{
	height:100%; /*IE treats height as min-height anyway*/
	width:952px;
	w\idth:950px;
}
#header{
	position:absolute;
	top:121px;/*place it at top of screen but remembering that we have dragged the outer upwards by 
	121px*/
	width:950px;
	height:351px;
	background:url(images/header_new2.jpg) no-repeat;
	overflow:hidden;
	z-index:1;
}

#banner {
	position:absolute;
	top:51px;
	left:76px;
	z-index:5;
	width:850px;
	height:295px;
	}

#left {
	position:relative;
	width:300px;
	height:300px;
	float:left;
	margin-top:472px;/*needed to make room for absolute header*/
	margin-bottom:200px;
}
#login {
	width:271px;
	height:300px;
	margin-left:44px;
	background:url(images/left.jpg) top left no-repeat;
	}
#link p{
	line-height:300px;
	font-size:300px;
	width:250px;
	overflow:hidden;
	}
#link p a {
	text-decoration:none;
	}
#link p a span{
	visibility:hidden;
	}
	

h1{ padding-top:30px;
color:#484848;}

p {padding:0 3px;margin:0 0 1em 0;
color: #484848;}


#footer {
	width:950px;
	clear:both;
	height:121px;
	background: url(images/footer.jpg) no-repeat;
	text-align:center;
	margin:auto;
}
* html #footer {/*only ie gets this style*/
	\height:123px;/* for ie5 */
	he\ight:121px;/* for ie6 */
}
#centrecontent {
	width:580px;
	float:right;
	padding:466px 50px 50px 20px;/*make room for absolute  header*/
}

#create_profile {
	background:url(images/create.jpg) top left no-repeat;
	height:195px;
	width:275px;
	float:left;
	margin-top:20px;
	}
	
#view_profile {
	background:url(images/signin.jpg) top left no-repeat;
	height:195px;
	width:275px;
	float:right;
	margin-top:20px;
	}
	
#create_profile a img, #view_profile a img {
	border:none;
	}

#logo {
	behavior: url(images/iepngfix.htc);
	position:absolute;
	top:180px;
	left:40px;
	width:244px;
	height:51px;
	background:url(images/logo.png);
	z-index:100;

	}
html>body #minHeight{float:right;width:0;height:100%;margin-bottom:-121px;} /*safari wrapper */
.clearer{height:1px;overflow:hidden;clear:both}
