/* CSS Document */

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;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffff99;
	background-color: #000;
}
ol, ul {
	list-style: none;
}
a:link {
	color: #ffff99;
	font-weight: bold;
}
a:visited {
	color: #F90;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
/* 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;*/
}
/* - - - - - - - - - - - MAIN LAYOUT STYLES*/

#wrapper {
	/*border:1px dotted red;*/
	margin:0px auto;
	min-height:400px;
	min-width:600px;
	width:600px;
	position: relative;
	margin-top:0px;
	padding-left: 2em;
	padding-right: 2 em;
}

#wrapper img {
	/*border:1px dotted red;*/
	display: block;
	margin-left:auto;
	margin-right: auto;	
	margin-top: 1em;
	margin-bottom: 2em;
}
	

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

