@charset "utf-8";

* {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}

.mainbg {
	background-color: CAC1B2;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.main {
margin-left: auto;
margin-right: auto;
width: 816px;
}

.header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:816px;
height:107px;
margin:0px;
}

.leftbox {
margin-left:0px;
margin-top: 0px;
width:454px;
height:335px;
position:absolute;
}

.topleft {
background-image:url(images/top-left.jpg);
position:absolute;
margin-left:0px;
margin-top:0px;
width:454px;
height:137px;
z-index:2;
}

.midleft {
background-image:url(images/mid-left.jpg);
margin-left:0px;
margin-top:137px;
width:454px;
height:116px;
z-index:3;
}

.lowleft {
background-image:url(images/low-left.jpg);
margin-left:0px;
margin-top:0px;
width:454px;
height:82px;
z-index:4;
}

.rightbox {
margin-left:454px;
margin-top: 0px;
width:362px;
height:335px;
position:absolute;
}

.topright {
background-image:url(images/top-right.jpg);
width:362px;
height:137px;
}

.midright {
background-image:url(images/mid-right.jpg);
width:362px;
height:116px;
}

.lowright {
background-image:url(images/low-right.jpg);
width:362px;
height:82px;
}

.diyvideo {
position:absolute;
margin-top:-330px;
margin-left:25px;
padding:0px;
z-index:999;
width:400px;
height:318px:
}

.footer {
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width:816px;
height:358px;
margin-left:0px;
margin-top:335px;
}

.intext {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
}

input {
width: 210px;
}

.btninput {
width: 300px;
}