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

html {
	height: 100%;
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background:#FFFFFF;
	color: #000000;
	width: 100%;
	height:100%;
}

p {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
		
h1 { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-style: bold;
		}

/* IDs */

#complete {	margin: 0px 0px 0px -490px;
			position:absolute;
			left: 50%;
			right: 50%;
			top: 20px;	
			width:960px;
			height:644px;
			background: #FFFFFF url(../img/bg.jpg) no-repeat;
			}
			
#links {	width: 320px;
			height:15px;
			position:relative;
			top:609px;
			left:315px;
			margin-bottom: 5px;
			}
			
/* links */

a:link { 	width:100%;
			height:100%;
			text-decoration:none;
			border:none;
			color:#000000;
			background-color:#FFFFFF;
			}
			
a:hover { 	width:100%;
			height:100%;
			text-decoration:none;
			border:none;
			color:#000000;
			background-color:#FFFFFF;
			}
			
a:visited { 	width:100%;
				height:100%;
				text-decoration:none;
				border:none;
				color:#000000;
				background-color:#FFFFFF;
				}
				
a:active { 	width:100%;
			height:100%;
			text-decoration:none;
			border:none;
			color:#000000;
			background-color:#FFFFFF;
			}
