/* WEB 2.0 Layout
.................................................................................................................*/
	
div.wrap
	{
		height: 100%;
		width: 100%;
		position: fixed;
		
		/*background: #000;
		/*opacity:0.4;
		filter:alpha(opacity=40);*/
	}
	
div.wrap2
	{
		height: 100%;
		width: 100%;
		position: fixed;
		background: #000;
		opacity:0.6;
		filter:alpha(opacity=60);
		padding-top: 32px;
		padding-left: 32px;
	}
	
div.wrapper
	{
		position: relative;
		top: 32px;
		left: 32px;
		opacity:1;
		filter:alpha(opacity=100);
		z-index: 10;
		width: 960px;
		height: 600px;
		/*top: 50%;
		margin: -300px auto;*/
	}
	

	
