body {
	background: #ffd451;
	direction: rtl;
	font-family: Arial;
	font-size: 14px;
	overflow: none;
}

input[type=text], textarea {
	border: 1px solid black;
	font-family: Arial;
	width: 200px;
}

input[type=submit] {
	font-family: Arial;
	margin-right: 224px;
	border: 2px solid black;
	font-weight: bold;
	width: 100px;
	background: #FEE600;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: unerline;
}

#wrapper {
	background: url(images/background.jpg) no-repeat center center;
	padding-top: 20px;
	width: 990px;
	height: 530px;
	margin-right: -5px;
	margin: 0 auto;
}

#container {
	float: right;
	margin-right:30px;
	width: 565px;
	height: 510px;
	background: url(images/container-background.png) no-repeat;
	text-align: center;
}

.logo {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 184px;
	height: 105px;
}

#menu {
	padding-right: 3%;
	width: 97%;
	margin: 0 auto;
	height: 17px;
}

#menu a {
	display: block;
	float: right;
	margin-right: 14px;
	margin-left: 14px;
	width: 77px;
	height: 17px;
}

#meun a .width {
	width: 95px;
}

#menu a:hover {
	background: url(images/menu-link-background.png) no-repeat 	top center;
}

#menu .width:hover {
	background : url(images/menu-link-bg-width.png) no-repeat;
}

#inner-container {
	margin: 0 auto;
	padding-top: 2%;
	padding-right: 1.5%;
	padding-left: 1%;
	width: 95.5%;
	height: 61.8%;
	text-align: right;
	overflow: auto;
}

.tip {
	display: block;
	border: 1px solid black;
	background: #FEE600;
	text-align: center;
	margin: 0 auto;
	width: 290px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;	
}

.tip span {
	position: relative;
	top: -3px;
}

.tip a {
	font-size: 10px;
	color: #29AAE2;
}

.tip img {
	position: relative;
	top: 2px;
}

.register {
	display: block;
	width: 95px;
	height: 28px;
	margin: 0 auto;
	margin-top: 5px;
}

#comments {
	float: left;
	margin-left: 52px;
	width: 266px;
	height: 451px;
	background: url(images/comments-background.png) no-repeat;
}

#comments .yellow-line {
	display: block;
	width: 100%;
	height: 13px;
	background: url(images/yellow-line.png) no-repeat 75%;
}

#comments #like {
	width: 100%;
	height:62px;
}

#comments #like div, iframe {
	float: right;
	height: 100%;
}

.teenklogo {
	position: relative;
	top: 7px;
	right: 258px;
}