html, body {
	margin: 0px;
	padding: 0px;
	}

body {
	background: url(http://svetoch.biz/images/background.gif) repeat-x scroll center top #336699;
	font-family: Arial, Sans Serif;
	font-size: 16px;
	color: black;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}
	
body * {
	margin: 0px;
	padding: 0px;}

a {
	color: white;
	/*text-decoration: underline;*/
	text-decoration: none;
	border-bottom: 1px dotted white;
	}
	
a:hover { 
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	}

div#card {
	border: 1px solid black;
	width: 900px;
	height: 500px;
	text-align: center;
	margin: 10px auto;
	padding: 0px;
	background-color: white;
	}

img {
	border: 0px;
	background: none;
	padding: 0px;
	margin: 0px;
	}
div#main {
	position: absolute;
	width: 900px;
	height: 520px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -450px;
	}
div#top {
	border: 0px;
	width: 900px;
	height: 20px;
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	font-weight: normal;
	color: white;
	}
h1 {
	margin-top: 100px;
	font-size: 64px;
	}
p#title {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 80px;
	margin-top: 40px;
	}	
div#left {
	float: left;
	margin-left: 50px;
	text-align: left;
	}
div .left-left {
	float: left;
	margin-right: 25px;
	width: 100px;
	text-align: right;
	font-weight: bold;
	}
div .left-right {
	float: right;
	width: 280px;
	}
div#right {
    float: right;
    margin-right: 50px;
    text-align: left;
}
div#right2 {
    float: right;
	margin: 30px 30px 0px 0px;
    text-align: center;
}
div#right a:hover { 
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	}
div#left a, div#right a {
	color: black;
	text-decoration: none;
	border-bottom: 0px;
	}	
div#left a:hover { 
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
	}
div#share {
	float: right;
	margin: 10px 15px;
	}
a.social, a.social:hover {
	border-bottom: 0px;
	}
.social img {
	width: 24px;
	height: 24px;
}
