BODY {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000000;
}

DIV {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}

P {
	padding: 0px;
	margin: 0px;
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
}
.disc {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 20px;
}

.buynow {
}

form {
	/*border: solid 1px red;*/
	padding:0;
	margin:0;
	text-align:center;
}

FORM.contact_form {
	padding: 0px;
	margin: 0px;
	text-align:left;
}

FORM INPUT.contact {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background: transparent;
	border: 0px;
	margin-left: 18px;
}

FORM INPUT.contact#name {
	position: absolute;
	margin-top: 14px;
	width: 128px;
	font-size: 11px;
	!margin-left:5px;
}

FORM INPUT.contact#email {
	position: absolute;
	margin-top: 39px;
	width: 128px;
	font-size: 11px;
	border: 0px;
	!margin-left:5px;
}

FORM TEXTAREA.contact#message {
	position: absolute;
	margin-top: 64px;
	margin-left: 18px;
	width: 217px;
	height: 40px;
	font-family: Arial;
	font-size: 11px;
	background: transparent;
	border: 0px;
	scroll: auto;
	!margin-left:5px;
}

.send {
	position: absolute;
	margin-top: 66px;
	margin-left: 240px;
	width: 55px;
	height: 35px;
	overflow: hidden;
}

TABLE {
	width: 100%;
	height: 100%;
}

TD {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

DIV.page {
	width: 970px;
	height: 570px;
	position: relative;
	left: 0px;
	top: 0px;
}

DIV.back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 570px;
	background: url(../img/page.png);
}

* html DIV.back { 
	background: ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/page.png");
}

DIV.back_send {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 570px;
	background: url(../img/page_send.png);
}

* html DIV.back_send { 
	background: ;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/page_send.png");
}

DIV.front {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 970px;
	height: 570px;
}


DIV.main {
	display: table-cell;
	position: absolute;
	left: 177px;
	top: 78px;
	width: 616px;
	height: 357px;
}

DIV.welcome {
	float: left;
	width: 309px;
	height: 178px;
	background-image: url(../img/welcome.jpg);
}

DIV.music {
	float: left;
	width: 307px;
	height: 178px;
	background-image: url(../img/music.jpg);
}

DIV.music DIV {
	position: absolute;
	top: 65px;
	left: 320px;
	width: 285px;
}

DIV.music A {
	float: left;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	display: block;
	width: 30px;
	height: 30px;
	text-decoration:none;
}

DIV.order {
	clear: both;
	float: left;
	width: 309px;
	height: 179px;
	background-image: url(../img/order.jpg);
}

DIV.contact {
	float: left;
	width: 307px;
	height: 179px;
	text-align: left;
	background-image: url(../img/contact.jpg);
}
DIV.contact_off {
	float: left;
	width: 307px;
	height: 179px;
	text-align: left;
	background-image: url(../img/contact_off.jpg);
}

DIV.welcome_disc {
	float: left;
	width: 309px;
	height: 178px;
	background-image: url(../img/welcome_disc.jpg);
	font-size: 10px;
	padding-top:-35px;
}

DIV.music_disc {
	float: left;
	width: 307px;
	height: 178px;
	background-image: url(../img/music_disc.jpg);
	font-size: 10px;
	padding-top:-35px;
}

DIV.order_disc {
	clear: both;
	float: left;
	width: 309px;
	height: 179px;
	background-image: url(../img/order_disc.jpg);
	font-size: 10px;
	padding-top:-35px;
}

DIV.contact_disc {
	float: left;
	width: 307px;
	height: 179px;
	text-align: left;
	background-image: url(../img/contact_disc.jpg);
	font-size: 10px;
	padding-top:-35px;
}




