/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e8eefa;
	background-image: url(/is/main/bg.jpg);
	background-repeat: repeat;
}
td {
	text-align: center;
	vertical-align: middle;
}
#container { /*Main div*/
	background-color: #257EB9;
	background-image: url(/is/main/pic_rose.jpg);
	background-repeat: no-repeat;
	height: 562px;
	width: 808px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e8eefa;
/*	font-variant: small-caps;*/
/*	font-weight: bold;*/
	line-height: 20px;
}
#copy { /*Copyright div*/
	float: right;
	overflow: hidden;
	position: relative;
	font-size: 9px;
	right: 5px;
	top: 330px;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
strong { /*Lizengers*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-size: 10px;
}
a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-decoration: none;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #e8eefa;
}
a:hover {
	text-decoration: underline;
}