/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
/*  border: 1px solid #ffffff;*/
}

body {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	background: #f8f3d9 url(images/bgr.gif) repeat-x left top;
	color: #504d40;
	text-align: center;
}

/*** SECTIONS ***/

#wrapper {
	margin: 80px auto 0px auto;
	width: 420px;
	height: 640px;
	text-align: left;
	background: #ffffff url(images/opensite_bgr.jpg);
}

#wrapper img {
  margin-left: 5px;
  margin-right: 5px;
}

#kiwi_link {
  display: block;
  width: 100%;
  height: 290px;
}

#bata_link {
  display: block;
  width: 100%;
  height: 290px;
}

/*** ELEMENTS ***/

a {
  color: #505050;
  text-decoration: underline;
}

a:hover {
  color: #101010;
}

p {
  padding-top: 10px;
  padding-left: 10px;
}