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

body,
	html {
		margin: 0;
		padding: 0;
		background: #000;
		font-family: Verdana, sans-serif;
		background-image:  url(../img/bg.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
	}
	body {
		min-width: 955px;
	}
	
	#nametag {
		background: url(../img/jhName.png) no-repeat;
		float: left;
		width: 350px;
		height: 300px;
		margin-left: 35px;
	}