<!-- Yahoo CSS Reset -->
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
} 

<!-- End Yahoo CSS Reset -->

a {
	text-decoration:none;
	border: 0px solid black;
}

body { 
	FONT-FAMILY: Helvetica, Arial,'Arial Black',Verdana,'MS Sans Serif','Arial Narrow',Sans-serif;
	margin:0px;
	padding:0px;
}

div table tr td {
	color:#555555;
	font-size:80%;
}

.headline_text {
	color:#6A7F8E;
	font-size:130%;
}
.error {
	color:red;
	font-size:80%;
	list-style:none;
	padding:0px;
	margin:0px;
}

div.main_container {
 	width:899px;
 	height:681px;
 	margin-top:11px;
 	background-image:url( 'http://laserimagedallas.com/php_css_images/lidallas_backgound_template.png' );
 	background-repeat:no-repeat;
 	clear:both;
 	margin-left:auto;
 	margin-right:auto
}

div.logo_container {
	position:absolute;
	width:611px;
	height:65px;
	top:545px;
	left:auto;
	overflow:hidden;
}

div.big_footer {
	margin-top:6px;
	margin-left:19px;

}

div.copyright{
 	font-size:70%;
 	text-align:center;
 	color:#555555;
 	position:absolute;
 	line-height:18px;
 	top:636;
 	left:29%;
 	*left:19%;
}

