div#VLeft
{
	background-image: url("VLeft.png");	
	width: 231px;
	height: 280px;
	padding: 10px;
	left: 0px;
	top: 25%;
	position: fixed;
	z-index: 1000;
}

div#VRight
{
	background-image: url("vright.png");
	width: 201px;
	height:280px;
	padding: 10px 10px 10px 40px;	
	right: 0px;
	top: 25%;
	position: fixed;
	z-index: 1000;
}

div#VTop
{
	background-image: url("VTop.png");
	width: 580px;
	height:180px;
	padding: 10px 10px 40px 10px;	
	top: 0px;
	left: 25%;
	position: fixed;
	z-index: 1000;
}

div#VBottom
{
	background-image: url("VBottom.png");
	width: 580px;
	height:180px;
	padding: 40px 10px 10px 10px;	
	bottom: 0px;
	left: 25%;
	position: fixed;
	z-index: 1000;
}