body {
	font-family: Arial;
	font-size: 12px;
	color: #dddddd;
	background: url(images/verve-wood-texture-blog2.jpg);
	padding: 50px 0;
}

#container {
	position: relative;
	width:972px;
	/*height: 800px;*/
	margin:auto;
	/*border-width: 2px;
	border-style: solid;
	border-color: white;*/

}

#textbox {
	position: absolute;
	width:299px;
	height:278px;
	background: url(images/black-round-rectangle.png);
	left:336px;
	top: 0px;
	text-align:center;
}

#kbox {
	position: absolute;
	width:299px;
	height:278px;
	background: url(images/k-black-round.png);
	left:84px;
	top: 310px;
}

#vbox {
	position: absolute;
	width:299px;
	height:278px;
	background: url(images/v-black-logo-round.png);
	right:84px;
	top: 310px;
}

#arrow {
	position: absolute;
	left: 419px;
	top: 420px;
	background: url(images/arrow.png);
	width:144px;
	height:52px;
}
	

a:link, a:visited
{
	color: #eeeeee;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #cccccc;
}
