/* CSS Document */

body {
	background-image:url('bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#fff;
	text-align:left;
	margin:0px;	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	font-size:12px;
}

#main-page {
	background-image:url('button-bg.jpg');
	background-repeat:no-repeat;
	position:absolute;
	top:45%;
	left:50%;
	margin:-144px 0 0 -247px;
	width:494px;
	height:288px;
}

#main-content {
	padding:20px 70px 80px 30px;
	text-align:justify;
}

#button {
	position:absolute;
	bottom:29px;
	right:30px;
	height:94px;
	width:428px;
	border:none;
	background:none;
	cursor:pointer;
}

#to-test {
	margin:35px 30px 0 60px;
	text-align:justify;
}

/* ------------- TEXT -------------- */

a, a:link, a:visited {
	color:#3782C6;
	text-decoration:none;
	background-color:#CECECE;
	padding:0 3px 0 3px;
}
a:hover {
	color:#FFF;
}

strong {
	color:#111;
	font-weight:normal;
}

ul {
	margin:0 0 10px 0; padding:0;
}
ul li {
	margin:0 0 0 15px; padding:0;
}

@media all
{

CD\:title {
	padding:0 0 5px 0;
	font-size:1.2em;
	font-weight:bold;
}
CD\:title:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
CD\:title {
    display: inline-block;
}
html[xmlns] CD\:title {
    display: block;
}
* html CD\:title {
    height: 1%;
}

CD\:example {
	color:#555;
	padding:10px 0 0 0;
}
	
}
