@charset "utf-8";
/* CSS Document */

/* Start ID Styling */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#imgplace {

}

#targetimg {

}


#copyright {
	clear:both;
	text-align: center;
}

/* End ID Styling */

body {
	margin: 0;
	padding: 0;
	background-color:#575a5d;
}

.spanblock {
	display:block;
}

img {
	border: none;
}

img .trans
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;
}

.center {
	text-align: center;
	padding-top: 100px;
}

a:link    {
	text-decoration:  none;
} 
a:visited {
	text-decoration:  none;
	color:#FFF
} 
a:hover   {
	text-decoration:  none;
} 
a:active  {
	text-decoration:  none;
	color:#FFF
}
