/*  =reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html {  
	color : #FFFFFF; 
}	

body {
	position : relative;
	width : 955px;
	height : 800px; 
	margin : 20px auto 0 auto;
	padding-top : 10px;
	font : 100% Verdana, Arial, sans-serif; 
	background:#000000;
}

p {
	text-align	: center;
}

a, a:visited { 
	color : #FFFFFF; 
	text-decoration : underline; 
	} 

div[id="container"] {
	width : 955px; 
	height	:	800px;
	margin : 0 auto; 
}

div[id="content"]{
	position : relative;
	left : 0px;
	top : 0px;
	z-index : 1;
	width : 955px;
	height : 800px; 
}


div[id="two"]{
	position : absolute;
	left :0px;
	top : .0px;
	width : 955px;
	height : 600px;
		z-index : 1;
}


div[id="imageone"]{
	position : absolute;
	left :541px;
	top : 226px;
	width : 375px;
	height : 288px;
	z-index : 0;
}

