html{margin: 0; padding: 0; }

body {
	font: 12px/18px Arial, sans-serif;
	background: #25211E url(/img/bg.jpg);
	color: #000000;
	margin: 0;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	/*min-height:620px;
	height:auto!important;
	height:620px;*/
}

table { border-collapse: collapse; border-spacing: 0; }
td { padding:0;	vertical-align: top;}

img {	border: 0px;}

a {color: #0066CC;}

strong, b { font-weight:bold; }
em, i { font-style:italic; }

pre{
	font: 12px/18px Arial, sans-serif;
	color: Black;
}

h1 { font-weight: normal;	font-size: 140%;}
h2 { font-weight: bold; font-size: 120%;}
h3 { font-weight: bold; font-size: 100%;}
h4 { font-weight: bold; font-size: 80%;}

hr {
	border-top: 1px solid #E7E2D8;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	height: 1px;
}

br.both{ clear: both; }

.fr{ float: right; }
.fl{ float: left; }
#fr{ float: right; }
#fl{ float: left; }

.vm{ vertical-align: middle; }
.vt{ vertical-align: top; }
.vb{ vertical-align: bottom; }

/*=======================================*/

.main{
	background: url(/img/7ya.gif) no-repeat center bottom;
	height: 220px; 
	width: 400px;
	
	position:absolute;
 	left:50%;
 	top:50%;
 	margin-left:-200px;
 	margin-top:-180px
}

.content{
	height: 500px; 
	width: 800px;
	
	position:absolute;
 	left:50%;
 	top:50%;
 	margin-left:-400px;
 	margin-top:-320px;
}

.content2{
	background: white;
	height: 460px; 
	width: 760px;
	margin-top:16px;
	
	padding: 20px 20px;
}


.main a, .menu a{
	font-size: 90%;
	background: white;
	color: black;
	padding: 2px 8px;
	text-decoration: none;
	white-space: nowrap;
}

.sakura{
	height: 142px;
	width: 160px;
	background: url(/img/sakura.png) no-repeat;
}

.menu{
	height: 65px;
	width: 93px;
	background: url(/img/grishini.gif) no-repeat left bottom;
	cursor: pointer;
}




.bottom{
	position: absolute;
	height: 66px;
	width: 174px;
	top: 100%;
	left: 50%;
	margin-top: -76px;
	margin-left: -87px;
	background: url(/img/copy.gif) no-repeat center bottom;
}

.foot{
	display: none;
}

.photo{
	padding: 5px 5px;
	border: 1px solid #ccc;
	margin: 0 17px 10px 0;
}

.friends{
	position: absolute;
	height: 500px;
	width: 800px;
	top: 100%;
	left: 50%;
	margin-top: -500px;
	margin-left: -400px;
	background: url(/img/friends.gif) no-repeat center bottom;
}

.friend{
	font-size: 90%;
	background: white;
	color: black;
	padding: 2px 8px;
	text-decoration: none;
	white-space: nowrap;
	cursor: move;
}

input {
	border: 1px solid #666;
	background: white;
	float: left; 
	margin-right: 10px;
	padding: 2px 2px;
	color:#666;
}


.formadd{
	position: absolute;
	padding: 10px 10px;
	background: gray;
	margin-top: -50px;
}



.add{
	height: 20px;
	width: 20px;
	background-image: url(/img/add.gif);
}