

		body {
			margin:0;
			text-align:center;
			font-size:14px;
		}
		
		a {
			color:#be0e2d;
		}
		a:hover {
			text-decoration:none;
		}
		
		#content {
			margin:0 auto;
			text-align:left;
			width:637px;
			min-height:477px;
			border:solid 1px #be0e2d;
			background-repeat:no-repeat;
		}
		
		#menu {
			position:absolute;
			left:50%;
			top:94px;
			margin-left:163px;
			width:155px;
		}
			#menu ul {
				margin:0;
				padding:0;
			}
			#menu li {
				margin:0;
				margin-bottom:15px;
				padding:0;
				height:17px;
				list-style-type:none;
				border-bottom:solid 1px #be0e2d;
			}
		
		#txt {
			margin-top:140px;
			height:100px;
			padding:0 10px;
			font-family:Arial,Helvetica,sans-serif;
			font-size:1em;
		}
		
		#footer {
			margin-top:155px;
			text-align:right;
		}
		
		#bottom {
			clear:left;
			padding:5px;
			padding-top:210px;
			background-repeat:no-repeat;
			background-position:bottom left;
			text-align:right;
		}
		
			#footer img, #bottom img {
				margin:0 5px;
			}
