	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;	
		background-color: #AAAF89;
	}

	div#page {
		width: 700px;
		position: absolute;
		left: 50%;
		margin-left: -350px;
		background-color: #ffffff;
	}

	div#top {
		width: 660px;
		/*height: 120px;*/
		height: 98px;
		
		position: relative;
		left: 20px;
		border-bottom: thin solid #AAAF89;
	}

	div#left {
		width: 170px;
		position: relative;
		margin-left: 50px;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
		font-size: 12px;
	}

	div#right {
		width: 375px;
		position: absolute;
		top: 140px;
		right: 45px;
		text-align: center;
	}

	div#container {
		width: 660px;
		position: relative;
		left: 20px;
		padding-top: 30px;
		padding-bottom: 15px;
		border-top: thin solid #AAAF89;
		/*border-bottom: thin solid #AAAF89;*/
	}

	div#container1 {
		width: 660px;
		position: relative;
		left: 20px;
		padding-top: 30px;
		padding-bottom: 15px;
		border-top: 1px solid #AAAF89;
	}


	div#bottom {
		width: 700px;
		position: relative;
		margin-bottom: 13px;
	}

	div#copyright {
		width: 700px;
		height: 30px;
		color: #FFFFFF;
		text-align: center;
		vertical-align: middle;
		line-height: 30px;
		font-size: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #AAAF89;
	}	

	img#coname {
		position: absolute;
		top: 20px;
		left: 20px;
	}	
	
	img#couples {
		margin-bottom: 5px;
	}	

	h1 {
		font-style: oblique;
		font-size: 21px;
		color: #875B8E;
	}
	
	p#question {
		margin: 20px;
		line-height: 28px;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}
	
	p#instant {
		text-align: center;
	}