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

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #000000;
	line-height: 120%;
	font-size: 40px;
}

h2
{
	color: #000000;
	font-size: 14px;
	line-height: 120%;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	height: 511px;
	position: relative;
	top: 50%;
	margin-top: -255px;
}

#pic {
	position: absolute;
	left: 469px;
	width: 331px;
	height: 511px;
	background-image:url(../../images/saucy.jpg);
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	top:215px;
	width:425px;
	height:62px;
	background-image:url(../../images/NARClogo.jpg);
	background-repeat:no-repeat;
}

#text {
	position:absolute;
	top:250px;
	width:425px;
	height:50px;
}

#contact {
	position:absolute;
	top:370px;
	width:460px;
	height:250px;
}

#login{
background: #000;
padding: 10px;
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
}

#login a {
color: #FFF;
}

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}