/* CSS Document */
html				{ height: 100% }


body				{	background-color:#F7F0EA;
							margin:0px;
							padding:0px;
							height:100%;
}

* html body { height: 100% } /*Для IE, т.к. он не поддерживает min-height*/ 							
							
img, a					{ border:0px;
}

.mainframe	{ width:550px;
							margin:0;
							margin-left:200px;
							height:100%;
							overflow: hidden;
																					
							background-color:#FFFFFF;
							border:#000000;
							border-left:1px solid;
							border-right:1px solid; 
}

.sobako				{ position:absolute;
								left:5px;
								top:5px;
}								

.flopiki				{ position:absolute;
								left:520px;
								top:300px;
}				


.maintext			{ text-align:right;
								text-shadow: 2px 5px 8px #666666;
								font-style:italic;
								font-family:Georgia, "Times New Roman", Times, serif;
								font-size:22px;
								color:#666666;
							
								padding:100px;
								padding-right:10px;

}								
