html, body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
}

#top {
	background: #f50081;
	width: 100%;
}

#rood {
	background: #f20000;
	width: 100%;
	padding: 10px 0;
}

#top img {
	margin: 20px 20px 10px 20px;
}

#rood h2 {
	margin: 0 20px;
	color: #fff;
	font-size: 18px;
	font-family: "Courier", serif;
}

#popup {
	color: #999;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	height: 100%;
	float: left;
	background: #000;
}

#left {
	width: 300px;
	padding: 20px;
	float: left;
}

#right {
	width: 270px;
	padding: 20px;
	float: left;
}

	#wrapper {
		width: 640px;
		margin: 0 auto;
		text-align: left;
	}
	
		#footer {
			font-size: 10px;
			text-align: center;
			color: #666;
			margin-bottom: 10px;
		}
		
		#footer a {
			color: #666;
		}
	
		#header {
			
		}
		
		#introduction {
			background: #f20000;
			float: left;
			width: 640px;
			height: 150px;
			position: relative;
			z-index: 20;
		}
		
			#introduction .center {
				position: absolute;
				top: 30px;
				left: 195px;
				width: 250px;
				height: 250px;
			}
			
			#introduction .center h2 {
				margin-left: 30px;
				margin-top: 65px;
				font-family: "Courier", serif;
				font-weight: normal;
				font-size: 20px;
				color: #fff;
			}
			
			#introduction .center h3 {
				margin-left: 30px;
				margin-top: 20px;
				font-size: 12px;
				color: #f50081;
				font-weight: normal;
			}
		
			#introduction .left {
				position: absolute;
				top: 30px;
				left: -55px;
				width: 250px;
				height: 250px;
			}
			
			#introduction .right {
				position: absolute;
				top: 30px;
				right: -55px;
				width: 250px;
				height: 250px;
			}
		
		#content {
			width: 440px;
			position: relative;
			float: left;
			background: #000;
			padding: 150px 100px 190px 100px;
			color: #999;
			font-size: 12px;
			line-height: 20px;
			margin: 0 0 10px 0;
		}
		
		#details {
			color: #fff;
			position: absolute;
			text-align: right;
			right: 40px;
			bottom: 30px;
		}
		
		#content a {
			color: #fff;
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
		#content strong, b {
			color: #f50081;
		}
		
		#header h1 {
			float: left;
			margin: 0;
			padding: 0;
			width: 640px;
			height: 90px;
			text-indent: -9999px;
			background: #f50081 url("../img/Realize-logo.png") no-repeat 100px bottom;
		}
		
			#navigation {
				float: left;
				width: 630px;
				margin: 0;
				padding: 0 0 0 10px;
				list-style: none;
				background: #000;
			}
			
				#navigation li {
					float: left;
				}
			
					#navigation li a {
						float: left;
						color: #fff;
						text-decoration: none;
						font-family: "Courier", serif;
						font-size: 18px;
						padding: 30px 20px 20px 20px;
					}