/*
------------------------------------------------------------------------
Author:        Sandy Ley
Author URI:    http://www.sandyley.com


*/

body {
	font: 12px arial, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #3999AF;
	background: url(images/background.png) no-repeat;
background-attachment: fixed;}
a {
	color: #7F7F7F;
	text-decoration: underline;
}
a img {border: 0px;
}
a:visited {
	color: #7F7F7F;
	text-decoration: underline;
}
a:hover {
	color: #326A8A;
}
p {
	padding: 0px 0px 0px;
	margin: 0px;
}
h2.main {
	background: url(images/main.jpg) no-repeat 0px 0px;
	width: 279px;
	height: 212px;
}

#content{
	position:relative;
	width:560px;
	height: 100%;
	margin:0px auto;
	text-align: left;
	background: url(images/transblack.png);
		}
#over {
	position: absolute;
	z-index:10000;
	text-align:center;
	margin-top: -70px;
	width:400px;
	left: 107px;
	top: -145px;
}

#navi {
	position: absolute;
	z-index:10000;
	text-align:center;
	width:400px;
	top: 311px;
	left: 62px;
}

#container {
	position:relative;
	text-align: left;
	background: url(images/container.png);
	background-repeat:no-repeat;
	height:327px;
	width: 540px;
	overflow: hidden;
	display: block;
	margin: 220px 25px 0px 25px;
	padding: 20px 25px 0px 25px;
}
input {
	
	width: 200px;
	height: 20px;
	
}
.msg{
	width: 200px;
	height: 70px;
		}