/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*GLOBALS*/

body {
	font-family: Arial, Helvetica, sans-serif; /* THIS IS A CUSTOMIZATION FONT */
	background: #000 url('background.png') fixed center;
    overflow-x: hidden;
}


#logotext {
		width: 1024px;
		height: 768px;
		background: url('logotext.png') no-repeat;
		text-align: center;
		line-height: 56px;
		position: fixed;
		top: 45%;
		left: 39.5%;
		background-size: 24%;
		font-size: 22px;
		z-index: 100;
		zoom: 100%;
}

#logo {

			width: 6em;
			
			display: block;
			width: 56px;
			height: 56px;
			text-align: center;
			line-height: 56px;
			position: fixed;
			top: 35%;
			left:38%;
			background-size: 24%;
			font-size: 22px;
			z-index: 100;
			zoom: 100%
			
}
