@charset "utf-8";

/*bounding box*/

.bbox {
	background: #dddddd url(img/boxbottom.png) bottom no-repeat;
	min-height: 218px;
	width: 466px;
	display:block;
	margin: 10px 0;
}

.box {
	background: url(img/boxtop.png) top no-repeat;
	width: 466px;
	display: block;	
	min-height: 218px;
}

.titleimg {
	margin: 0 auto 15px;
	display: block;
}

.content {
	padding: 15px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #1a1a1a;
}

span.link {
	background: #efe8b1;
	padding: 3px;
	line-height: 22px;
	border-bottom: solid 1px #a8a47d;
	width: 436px;
}

p.big {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

/*What if?*/

body {
	background: url(img/bg.gif);	
	margin: 0;
	padding: 0;
}

а:link, a:visited, p.big a {
	color: #3b6816;
	text-decoration: none;
	border: none;
}

a:hover, p.big a:hover {
	color: #83b935;
}

img {
	border: none;
}

.wrapper {
	width: 466px;
	margin-left: auto;
	margin-right:auto;
	display: block; 
}

.container {
	background: url(img/bg2.png) top center no-repeat;
	width: 466 px;
	margin-top: 100px;
	display: block;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a.credits {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	position: relative;
	top: -15px;
}

