	body {
		background-color:#000000;
		margin:0px 50px 50px 50px;
		color:white;
		font-size:18px;
		font-family:Trebuchet MS, Tahoma;
		background-image:URL('webdesign.png');
		background-attachment:fixed;
		background-position:bottom left;
		background-repeat:no-repeat;
	}
	
	a {
		color:white;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
	}
	
	
	input, textarea {
		background-color:#13465F;
		border:1px solid #00CCFF;
		color:#F0F0F0;
		font-size:14px;
	}
	
	#rilet {
		background-color:#13465F;
		height:120px;
		width:610px;
		padding:30px;
		margin:auto;
		-webkit-border-radius:50px;
		-moz-border-radius:50px;
		border-radius:50px;
		border:2px solid #00AAFF;
		margin-top:50px;
	}
	
	.rilet {
		font:120px arial narrow;
		margin:0px;
		line-height:120px;
		text-align:center;
		font-weight:bold;
	}
	
	.rilet span {
		float:right;
		margin-right:0px;
		margin-top:-10px;
		color:#999;
		font-size:20px;
		z-index:100;
		font-weight:normal;
		line-height:25px;
	}
	
	#content {
		margin-left:50px;
		margin-top:25px;
	}
	
	#nav {
		height:35px;
		width:265px;
		margin:auto;
		margin-top:50px;
		background-image:URL('bar.jpg');
		border:2px solid #444;
		background-color:#555555;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		border-radius:12px;
	}
	
	.nav {
		margin:0px;
		padding:6px;
		text-align:center;
	}
	
	.nav span {
		color:#999;
		font-size:12px;
		line-height:25px;
	}
		
	#form {
		height:333px;
		width:520px;
		border:1px solid #00AAFF;
		background-color:#001021;
		padding:10px;
		margin:auto;
		margin-top:0px;
	}
	
	#human {
		float:right;
		color:#00AAFF;
		font-size:12px
	}