/* standard elements */

* {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	background-image: url(bg-wood2.gif);
	background-repeat: repeat;
	}

#container {
	position: fixed;
	width: 100%;
	height: 100%;

	}

#logo {
	position: fixed;
	top: 20%;
	left: 20%
	}
	
#message {
	width: 25%;
	margin-left: 28%;
	margin-top: 25%;
	display: block;
	}

#text {
	text-align: center;
	overflow: hidden; 
	background-color: #E4AB8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	}
	
	.curve1 {
	margin: 0 4px; 
	height: 1px;
	background: #666666;
	display: block; 
	overflow: hidden;
	}
  
.curve2 {
	margin: 0 2px; 
	border-width: 0 2px;
	height: 1px;
	background: #232323;
	display: block; 
	overflow: hidden;
	}
  
.curve3 {
	margin: 0 1px;
	height: 1px;
	background: #232323;
	display: block; 
	overflow: hidden;
	}
  
.curve4 {
	height: 1px; 
	margin: 0;
	background: #232323;
	display: block; 
	overflow: hidden;
	}