body {
   font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
   color: white;
   border-width: 0px;
   padding: 0px;
   margin: 0px;
   font-size: 90%;
   background-color: #7D7057;
   
}

.container_all{
	padding-top: 30px;
	position: relative;
	width: 695px;
	background-color: #7D7057;
	margin: auto;
}

.wrapper2{
   border-color: white;
   position: relative;
   width: 620px;
   height: 410px;
   background-color: #7D7057;
   margin: auto;
   border-style: double;
   border-width: 25px;
   
}

.wrapper{
   position: relative;
   width: 630px;
   height: 420px;
   background-color: #7D7057;
   margin: auto;
   border-style: solid;
   border-width: 5px;
   border-color: white;
   float: left;	
   
}
.tile{
   position: relative;
   float: left;
   width: 200px;
   height: 200px;
   background-color: grey;
   border-style: solid;
   border-width: 5px;
   border-color: white;
   /*background-image: url(http://www.justynachudzinska.com/new_web/Stamp.png);*/
}

.navigation_top{
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
	background-color: inherit;
	float: left;
	text-align: left;
	width: 640px;
}

.navigation_bottom{
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	position: relative;
	background-color: inherit;
	float: left;
	text-align: right;
	width: 640px;
}

a:link {
	color:white; 
	font-style: normal;
	
	}
a:visited {
	color:white;
	font-style: normal;
}

