* { padding: 0; margin: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
    background: url("/images/particle.png") no-repeat center top;
    background-color: #248cb3;

}

h1 {
	color: #ffffff;
	font-weight:bold;
	font-size: 36px;
	margin-bottom: 25px;
}

h2 {
	color: #ffffff;
	font-weight:bold;
	font-size: 28px;
	margin-bottom: 25px;
}

h3 {
	color: #ecb83e;
	font-weight:bold;
	font-size: 19px;
	margin-bottom: 10px;
}
 
p {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 10px;
}

a {
    color:#ecb83e;
    font-size: 19px;
}
	
#main {
	text-align: center;
	width: auto;
	height: auto;
	border-bottom: 1px solid #fff;
	color:#000000;
	}
	
#w3c { 
	text-align: center;
	margin: 20px auto;
	width: auto;
}

image.logo {
    border-radius: 20px;
}
