
body {
	width: 100%;
	
	text-align: center;
 background: url(img/bg.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;


}

body a {
	color: #1d568c;
font-weight: bold;
text-decoration: underline;
}

body a:hover {
	color: #76b5e2;
}

input, textarea, select {
	font-family: arial;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-family: arial;
	font-size: 0.75em;
	color: #1d568c;
}

#bigcolumn {
	float: left;
	width: 662px;
	margin: 10px 14px 0 0;
}

#sidebar {
	float: left;
	width: 324px;
}

#leftcolumn {
	float: left;
	width: 662px;
	margin-right: 0px;
}

#rightcolumn {
	float: left;
	width: 662px;
}