body{
	margin:0 auto;
	padding:0;
	background-color: #000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A60082;
	border-right-color: #A60082;
	border-bottom-color: #A60082;
	border-left-color: #A60082;
}

/******** Main wrap ********/
#wrap{
	color:#404040;
	width:582px;
	MIN-HEIGHT: 100%;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;

}#left_div {
	float:left;
	width: 50%;
	height: 300px;
	text-align: right;
}
#wrap #left_div p {
	text-align: center;
}
#wrap #right_div p {
	text-align: center;
}

#right_div {
	width: 50%;
	float: right;
	position: relative;
	text-align: left;
}
p a{
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #FFC000;
}

.keret {
	border: 2px solid #E8D4B3;
}