/*_____________________________________________ Start Curtain Effect _____________________________________________*/
#wrap {
    /*margin: 0 12%;*/
    margin:0;
	float:left;
	width:790px;
	height:600px;
	background: #202020;
}
#curtain-left {  float:left; width:395px; height:600px; background:url(../images/televisions/curtain-left.jpg) repeat-x; }
#curtain-right { float:right; width:395px; height:600px; background:url(../images/televisions/curtain-right.jpg) repeat-x; }
.curtain-top { z-index:6; width:790px; height:170px; position:absolute; background:url(../images/televisions/curtain-top.png);top:0; right:0; }
#curtain_button {
	position:absolute;
	right:370px;
	top:50px;
	z-index:7;
	width:60px;
	height:60px;
	background:url(../images/televisions/open.png);
	border:none;
	cursor:pointer;
}
#curtain_button:hover { background:url(../images/televisions/open_hl.png); }
.signature-left {   margin-top:0px; text-align:center; width:263px; height:278px;z-index:5; position:absolute; left:230px; top:150px; }
.signature-right {  margin-top:0px; text-align:center; width:232px; height:278px;z-index:5; position:absolute; right:50px; top:150px;}

.prestige-left {   margin-top:0px; width:197px; height:172px;z-index:5; position:absolute; left:260px; top:170px; }
.prestige-right {  margin-top:0px; width:197px; height:172px;z-index:5; position:absolute; right:60px; top:170px;}
.welcome-tv {margin-top:0px; width:200px; height:300px;z-index:5; position:absolute; right:300px; top:180px;}
.welcome-tv p {text-align:center !important; line-height:1; }
/*_____________________________________________ End - urtain Effect _____________________________________________*/
