HTML
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

BODY
{
	margin: 0;
	padding: 0;
	padding-top: 10;
	width:100%;
	height:100%;
	background: #4C4396;
	font-family: Arial, Verdana, sans-serif, serif;
	text-align: center;
	background-image: url("images/body_top_bgr.jpg");
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
}

DIV.top
{
	background-image: url("images/body_top_bgr.jpg");
	/*background-attachment: fixed;*/
	background-position: top right;
	background-repeat: no-repeat;
}

DIV.bottom
{
	background-image: url("images/body_bot_bgr.jpg");
	/*background-attachment: fixed;*/
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10;
}

.Amor
{
	background: #302775;
	margin: 0px auto;
	/*width: 800;
	height: 777;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;*/
	width: 800px;
/*	height: 777px;*/
	text-align: center;
 	background-image: url("images/inner_bgr.jpg");
	/*background-attachment: fixed;*/
	background-position: top left;
	background-repeat: repeat-x;
}

.Amor .topbgr
{
	background-image: url("images/top_bgr.jpg");
	/*background-attachment: fixed;*/
	background-position: top left;
	background-repeat: no-repeat;
}

.Amor .Inner
{

	width: 780px;
/*	height: 747px;*/

/*	max-width: 780px;
	width: expression(document.body.clientWidth > 780? "780px": "auto" );
	
	min-width: 780px;
	width: expression(document.body.clientWidth < 780? "780px": "auto");

/*	max-height: 757px;
	overflow: hidden;
	height: expression(this.scrollHeight > 757? "757px" : "auto");
	
	min-height: 757px;
	overflow: hidden;
	height: expression(this.scrollHeight < 757? "757px" : "auto");*/
}

.Amor .Inner A:link, A:visited, A:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

.Amor .Inner A:hover { color: #8F94C2; }

.Amor .photo
{
	position: relative;
	z-index: 1;
	width: 400px;
	height: 400px;
	top: 10px;
/*	left: 380;*/
	float: right;
}

.Amor .photo2
{
	position: relative;
	z-index: 2;
	width: 400px;
	height: 400px;
	bottom: 10px;
	float: left;
	/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='black', Positive='5');*/
}

.Amor .text
{
	position: absolute;
	z-index: 3;
	left: 52%;
	top: 78%;
	width: 360;
	height: auto;
	color: #FFFFFF;
	font-size: 0.8em;
}

.Amor .lang
{
	width: 400px;
	height: 76px;
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif, serif;
	font-size: 0.7em;
	font-weight: bolder;
	background-image: url("images/3.1.jpg");
	/*background-attachment: fixed;*/
	background-position: center center;
	background-repeat: no-repeat;
}

.Amor .lang A:link, A:visited, A:active
{
	text-decoration: none;
	/*color: #3F3881;*/
	color: #8F94C2;
}

.Amor .lang A:hover { color: #3F3881; }
