@charset "UTF-8";
/* CSS Document */	

html {
	background: rgb(69,72,77); /* Old browsers */
	height:100%;
    background:-moz-linear-gradient(top, #45484d, #000) no-repeat #000;
    background:-webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000)) no-repeat #000;
}

header {
	display:block;
	margin-left:auto;
	margin-right:auto;	
}

footer {
	color:#FFFFFF;
}

body {
	 text-align:center;
}

#content {
	margin-left:0 auto;
	margin-right:0 auto;
	
}

#main {
	float:left;
	padding-left: 30px;
	padding-top: 20px;
}

#pasteHelp {
	color:#FFF;	
}

.keyBox {
	display:block;
	text-align:center;
	width: 350px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	padding:20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	margin-bottom: 10px;
}

.article {
	padding: 20px;
	width: 550px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#menuSection {
	color: white;
	width: 300px;
	font-size:14px;
	border: 1px solid #C60;
	padding: 10px;	
}

#getConfig {
	display:block;
	width:188px;
	height:60px;
	text-indent:-9999px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#getConfig a {
	display:block;
	width:100%;
	height:100%;
	background: url(../images/buttons/getKeyButton.png) no-repeat top left;
	outline:none;
}
#getConfig a:hover {
	background-position:0 -60px;
}