	/* ------------------------------------------------
   basic stylesheet 
   ------------------------------------------------- */
* { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
}

html,body{
	background-color: black;
	background-image: url(../img/otss2.jpg);
	height: 100%;
	color: #CCC;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#wrapper {
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------
   style of content block  
  ------------------------------------------------- 
  

  */
  
#target {
	position:absolute;
    top:30%;
    left:35%;
}
  
