body {
	background-attachment: fixed;
	background-color: #333333;
	background-image: url(images/scanlines.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#boundry_outer {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border: 1px solid #000;
}
#boundry_outer #boundry_inner div a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#boundry_outer #boundry_inner div a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#boundry_outer #boundry_inner div span .contacticon{
	margin-top: 2px;
	margin-right: 2px;
}
#cvbanner {
	text-decoration: none;
	background-image: url(images/cvbanner.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
	border: 0px none #000;
}
#cvbanner:focus{
	outline: 0;

}

#boundry_outer #boundry_inner {
	margin: 0px;
	width: 408px;
	border: 1px solid #FFF;
	background-color: #222222;
	padding: 20px;
}
#boundry_outer #boundry_inner #qrcode {
	float: right;
	vertical-align: middle;
}

#boundry_outer #boundry_inner #sitelink {
	color: #CCC;
	text-decoration: none;
}

#boundry_outer #boundry_inner #sitelink:hover {
	color: #FFF;
	text-decoration: underline;
}

