/*Global 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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration:none;
}

body {
  line-height: 1;
  background-color:#000000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*End Global reset*/

/*Sticky Footer Layout*/
	* {
		margin: 0;
	}

	html, body {
		height: 70%;
		background:#000;
		font-size:14px;
		color:white;
	}

	#wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
	}

	.footer, .push {
		height: 4em; /* .push must be the same height as .footer */
		
	}
/*End Sticky Footer Layout*/
#fixed_size{
	width:945px;
	margin:0 auto;
	background:transparent;
}

#logo a{
	text-decoration:none;
}

#right ul li {
	background-image:url(../images/button.gif);
	background-position:right center;
	background-repeat:no-repeat;
	list-style-type:none;
	margin-bottom:5px;
	padding-right:20px;
	text-align:right;
}

#seper{
	width:945px;
	background-image:url(../images/seper.gif);
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:0px;
}

#main_img{
  width:945px;
  background: transparent;
	height:400px;
	padding:50px 50px 50px 50px;
  font-size:14pt;
  color: #f5f5f5;
	background-image:url(../images/main_img.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

#err_notification{ font-family:Verdana; font-size:10px; color:#660000;}

.align-left{
  text-align:left;
  direction:ltr;
}

.imgBtn
{
    width:20px;
    border:0;
}

.cntr
{
  text-align:center;
  vertical-align:middle;
}

td.border{
  width:auto; 
  padding:0px 0px 0px 0px;
  border-top:1px #ffffff solid;
  border-bottom:1px #ffffff solid;
}
