body {
	background: #000;
	color: #fff;
	padding:0px;
	margin:0px;
	font-family: trebuchet ms, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

img { 
	text-decoration: none;
	border-width: 0px;
}

h3 {
	background: transparent;
	color: #f93;
	margin-top:0px;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
	
#borderguard {
	background: transparent;
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	padding:10px;
	border: 1px #f93 double;
}