/* Global Styles */

body {
	margin:0px;
	text-align: center;
	position: relative;
	background-color: #933f1b;
	}
	
.bodyText {
	text-align: center;
	height: 400px;
	width: 740px;
	position: relative;
	vertical-align: middle;
	border-top: thin none #70814A;
	border-right: thin double #70814A;
	border-bottom: thin double #70814A;
	border-left: thin none #70814A;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/fondo_flores.jpg);
	background-attachment: fixed;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	}

