body{
	background-image:url("images/nature.jpg"); 
    background-repeat: no-repeat;
    background-size: 100%;
	text-align:center;
	
}
#header{
	width:100%;
	height:10%;
	font-size:400%;
	border-bottom:5px solid black;
	font-family: 'Times New Roman', Times, serif; 
    font-style: italic; 
}
#main{
	width:100%;
	height:80%;
	border-bottom:5px solid black;
}
#tableMenu{
	/*background-color:white;*/
	background:rgba(255,255,255,0.2);
	width:40%;
	height:100%;
	font-size:200%;
	float:left;
}
#img{
	float:right;
	width:40%;
	height:40%;
	margin-right:10%;
	margin-top:10%;
	margin-bottom:5%;
	margin-left:10%;
	background-repeat: no-repeat;
    background-size:contain;
	background-image:url("images/model-1.gif");
}
#description{
	float:right;
	width:60%;
	height:20%;
	background:rgba(255,255,255,0.4);
	border-top:3px solid black;
	font-size:150%;
}
#ending{
	height:10%;
	width:10%;
	font-size:200%;
	font-family: 'Times New Roman', Times, serif; 
    font-style: italic; 
	color:red;
}
th{
	border-bottom:3px solid black;
	border-right:3px solid black;
}
