
/****************** Main Section *********************/

#main {
	position: relative;
	width: 1000px;
	text-align: center;
 }
 
/****************** Top and Bottom *********************/


#top_box {
	position: absolute;
	left: 0px;
    top: 28px;
    width: 1000px;
	height: 63px;
	background-color: #ffffff;
 }
 
#bottom_box {
	position: absolute;
	left: 0px;
    top: 110px;
    width: 1000px;
	height: 412px;
	background-color: #ffffff;
 }
 
 #link_box {
	position: absolute;
	left: 0px;
    top: 440px;
    width: 1000px;
	height: 200px;
	vertical-align:top;
	text-align: right;
 }
 
/****************** Corners *********************/


#corner_tl {
	position: absolute;
	left: 0px;
    top: 0px;
    width: 12px;
	height: 12px;
}
 
#corner_tr {
	position: absolute;
	left: 988px;
    top: 0px;
    width: 12px;
	height: 12px;
}
 
#corner_bl1 {
	position: absolute;
	left: 0px;
    top: 51px;
    width: 12px;
	height: 12px;
}
 
#corner_br1 {
	position: absolute;
	left: 988px;
    top: 51px;
    width: 12px;
	height: 12px;
}
 
#corner_bl2 {
	position: absolute;
	left: 0px;
    top: 400px;
    width: 12px;
	height: 12px;
}
 
#corner_br2 {
	position: absolute;
	left: 988px;
    top: 400px;
    width: 12px;
	height: 12px;
}
 

/****************** Logo *********************/

#logo {
	position: absolute;
	left: 21px;
    top: 13px;
	width: 140px;
	height: 40px;
}

/****************** Content *********************/

#content {
	position: absolute;
	left: 32px;
    top: 63px;
	text-align: left;
}

#demo {
	position: absolute;
	left: 586px;
    top: 63px;
	text-align: left;
}

#contact {
	position: absolute;
	left: 32px;
    top: 380px;
	text-align: left;
}
