/*
File: Index-Page.css for BurpGun.com

Notes:
	Create version control for this

*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;

}

html body { 
	background-color: #0F0043;
	padding: 0;
	border-style: none;
	margin: 0;
	}


.CallToAction {
	background-color: #0F0043;

	padding: 0;
	border-style: none;
	margin: 0;
	
	text-align: center;	
	color: #FFFF00;
	text-decoration: none;
	
	font-size: 24pt;
	font-family:  "Arial, Helvetica, sans-serif";
	font-weight: bold;
	}

div.copyright {

	position: relative;
	z-index: 1;

	background-color: #0F0043;
	color: white;

	font-size: 11pt;
	font-family:  "Arial, Helvetica, sans-serif";

	text-align: center;
	margin: 0px;
	border-style: none;
	padding: 0px;
	}


/*
div.bigVideo {
	display: block;
	
	}
	
.myFlashContent {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
*/

embed {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}	
	
/*
	position: relative;
	z-index: 2;

	height: 100%;
	width: 100%;
	
	padding: 0:
	border-style: none;
	margin: 0;
*/

/*
	left: 0px;
	top: 0px;

	border-width: 0;
	margin: 0;
	border: 0;
	padding: 0;
*/
	}
	
	/*	
.overlay1 {
	position: absolute;
	top: 0px;
	left: auto;
	right: auto;
	background-color: #707070;
}
*/


	
	