	
a {
  outline: none;
}
body {
	background-color: #505050;
	background-image: url();
	background-repeat: no-repeat;
}
html, body, #center_comp {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#center_comp {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 600px;
}