html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

body {
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 14px;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #9b9b9b;
	color: #bababa;
}

#wrapper {
	width: 400px;
	margin: 0 auto;
}

#content {
	text-shadow: 0px 1px 2px white;
	margin: 100px 0 0 0px;
	padding: 40px;
	width: 320px;
	height: 150px;
	background: white;
	border: 4px solid #e8e8e8;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,.4);
	box-shadow: 0px 2px 4px rgba(0,0,0,.4);
}

h1 {
	display: block;
	width: 252px;
	height: 57px;
	background: url(images/spd-identityplate-hollow.png) no-repeat;
	text-indent: -99999px;
	margin: 0 0 20px 0;
}

h2 {
	margin: 20px 0 0 60px;
}

a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 100px;
	padding: 8px;
	color: #e8e8e8;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px 0 0 60px;
	-webkit-transition: background .4s linear, border .4s linear, color .4s linear;
}

a:hover {
	color: #7d7d7d;
	background: #e0e0e0;
	border: 1px solid #7d7d7d;
	-webkit-transition: background .2s linear, border .2s linear, color .2s linear;
}

a:active {
	background: #ccc;
	color: #000;
	-webkit-transition: none;
}