#container {
	height: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url("http://argentinaflag.facts.co/argentinaflagimage1.png");
	background-size: 200px;
	background-margin:1%;
	padding: 2%;
	border-radius: 0px;
}
/*Container qualuities - hieght, margin, padding, border, and background image, size and margins*/

div {
	border-radius: 20px;
}
/*All divs have a border radius except for the container*/

#title {
	height: 10%;
	width: 40%;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1%;
	background-color: #becadb;
	text-align: center;
	font-size: 55px;
	font-family: verdana;
}
/*Title div qualuities - hieght, width, minimum width, margin, color, and text attributes*/

.textarea {
	height: 80%;
	width: 79%;
	float:right;
	background-color: #becadb;
	padding: 2%;
	font-size: 20px;
	font-family: verdana;
}
/*Textbox div qualuities - hieght, width, float, color, padding, and text attributes*/

#header {
	height: 80%;
	width: 13%;
/*	min-width: 100px;
*/	float: left;
	background-color: #becadb;
	padding: 1%;
	font-family: verdana;
	;
}
/*Header div qualuities - hieght, width, float, color, padding, and text attributes*/

.menu {
	height: 21%;
	width: 95%;
	padding: 1%;
	margin-bottom: 20px;
	margin-top: 5px;
	background-color: white;
	text-align: center;
	font-size: 23px;
	font-family: verdana;

}
/*Menu divs qualuities - hieght, width, padding, margin, color and text attributes*/

#home {
	width: 65%;
}

/*home image width*/
#food {
	width: 63%;
} 
/*food image width*/

#culture{
	width: 55%;
}
/*culture image width*/

#game {
	width: 63%;
}
/*game image width*/

a {
	color: #0062ff;
	text-decoration: none;
}
/*link color and no underline*/

.menu:hover {
	background-color: #eaf984; 
}
/*when hovering over menu, chagnes color*/

#map {
	width: 70%;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
}
/*map image in textarea - width and margins*/

#asado {
	width: 90%;
	margin-top: 4%;
	margin-right: auto;
	margin-left: auto;
}

.thumbnail:hover {
	position: absolute;
	width: 45%;
	height: auto;
	display: block;
	z-index: 500;
}