 body {
	margin: 0;
	padding: 0;
 }
 
 #background 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: relative; 
	 margin-left: auto; 
	 margin-right: auto; 
	 width: 1920px;
	 height: 1080px; 
	 overflow: hidden;
	 z-index:0;
	} 

 #Background_black 
{ 
	 left: 0px; 
	 top: 0px; 
	 position: absolute; 
	 width: 1920px;
	 height: 1080px;
	 z-index:1;
} 

 #WhiteRectangle 
{ 
	 left: -1px; 
	 top: -5px; 
	 position: absolute; 
	 width: 970px;
	 height: 1086px;
	 z-index:2;
} 

 #left_img 
{ 
	 left: 232px; 
	 top: 250px; 
	 position: absolute; 
	 width: 735px;
	 height: 492px;
	 z-index:3;
} 

 #right_img 
{ 
	 left: 967px; 
	 top: 250px; 
	 position: absolute; 
	 width: 731px;
	 height: 489px;
	 z-index:4;
} 

 #signature 
{ 
	 left: 915px; 
	 top: 750px; 
	 position: absolute; 
	 width: 90px;
	 height: 31px;
	 z-index:5;
} 

 #thebrightside 
{ 
	 left: 230px; 
	 top: 200px; 
	 position: absolute; 
	 width: 218px;
	 height: 34px;
	 z-index:6;
} 

 #thedarkside 
{ 
	 left: 1500px; 
	 top: 200px; 
	 position: absolute; 
	 width: 192px;
	 height: 27px;
	 z-index:7;
} 
