* {
	margin:0;
	padding:0;
}

html {height:100%;}

body {
	background:#e88ec2;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:90%;
	height:100%;
	min-height:795px;
}

.bg {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	min-width:967px;
}

.bg .left, .bg .right {
	width:151px;
	height:100%;
	position:absolute;
	top:0;
}

.bg .left {
	left:0;
	background:url(../img/bg_left.png) repeat-y;
}

.bg .right {
	right:0;
	background:url(../img/bg_right.png) repeat-y;
}

.page {
	position:relative;
	z-index:2;
	margin:0 auto;
	width:967px;
	height:100%;
	font-size:90%;
}

.page, .footer a {color:#480e3d;}

.mrg_top {height:10px;}

.menu {
	width:100%;
	height:34px;
	line-height:34px;
	background:url(../img/bg_menu.png) no-repeat;
	display:block;
	vertical-align:middle;
	margin-bottom:10px;
}

.menu, .menu a, .container, .navigation a {color:#e88ec2;}

.menu a, .navigation a, .footer a {text-decoration:none;}

.menu a:hover, .menu a.selected, .text a:hover, .navigation a.selected, .footer a:hover {color:#fff;}

.menu div, .footer {margin:0 50px;}

.main {
	height:739px;
	background:url(../img/bg.png);
}

.footer {margin-top:10px;}

#index {
	display:block;
	margin:0 auto;
	visibility:hidden;
}

.container, .videa {
	height:680px;
	position:relative;
}

.mn_bg {
	background:url(../img/bg_main.png) no-repeat right;
	position:absolute;
	right:0;
	top:0;
	width:558px;
	height:100%;
}

.img_lft, .text {
	float:left;
	position:relative;
	z-index:1;
}

.text {
	width:35%;
	margin-left:4%;
	margin-top:6%;
}

.text p {margin-bottom:0.8em;}

.navigation {
	text-align:right;
	position:absolute;
	bottom:20px;
	right:50px;
	font-weight:bold;
}

.text h2 {
	font-size:100%;
	margin-top:20px;
	text-transform:uppercase;
}

.mor p {margin-bottom:2em;}

.sor {
	margin-top:20%;
	margin-left:12%;
}

.videa {
	text-align:center;
	height:695px;
}

.videa div {margin-bottom:10px;}