* {
	font-family: 'Calibri', 'Roboto Condensed', 'Gill Sans', 'Miriad Pro', sans-serif;
}

.page {
	position: relative;
	width: 798px;
}

#page1 {
	background: url('bg.jpg') no-repeat;
	background-size: cover;
	height: 1129px;
}

#page1 > div {
	position: absolute;
}

.highlight { color: #ffffff;}
#page1 #title1 { 
	color: #ff9a00;
	top: 17px;
	left: 33px;
	font-size: 56.5px;
	font-weight: bold;
}
#page1 #title2 { 
	color: #ff659a;
	top: 83px;
	left: 33px;
	font-size: 42px;
	font-weight: bold;
}
#page1 #date {
	color: #33ccff;
	font-size: 30px;
	top: 183px;
	left: 33px;
}
#page1 .title { font-weight: bold; font-size: 21px; }
#page1 .text { font-size: 21px; line-height: 25px;}

#page1 .intro { color: #558fd5; left: 293px; }
#page1 .venue { color: #92d050; left: 482px; font-size: 34px; }
#page1 .schedule { color: #ff9a00; font-size: 23px; left: 129px;}
#page1 .registration { color: #558fd5; left: 179px; }
#page1 #limited { color: #ff0000; font-style: italic; top: 1078px; left: 254px;}

#page1 #intro-bg { background: rgba(255, 255, 255, 0.8); top: 230px; left: 285px; width: 500px; height: 416px;}
#page1 #intro-title { top: 241px; }
#page1 #intro-text1 { top: 267px; }
#page1 #intro-text2 { top: 439px; }

#page1 #venue-title { top: 658px; }
#page1 #venue-text { top: 701px; line-height: 40px; }

#page1 #schedule-title { top: 815px; }
#page1 #schedule-text { top: 841px; line-height: 28px; }

#page1 .award { top: 785px; left: 544px; text-align: center; line-height: 27.5px; font-size: 23px; }

#page1 #registration-title { top: 989px; }
#page1 #registration-text1 { top: 1015px; }
#page1 #registration-text2 { top: 1040px; }

#page2 #outline-title {
	font-size: 27px;
	line-height: 56px;
	height: 48px;
	color: #ffffff;
	text-align: center;
	background: #33cc33;
}

#page2 table { background: #eff3ea; color: #0070c0; }
#page2 table td { border: 1px solid #9bbb59;  vertical-align: top;}
#page2 table td p { margin-top: 0; }
#page2 table tr td:first-child { text-align: center; width: 100px; }
