@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/sovereign_citizenship_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-size: cover;
	}
	
a:link {
	color: #00F;
	
	}
a:visited {
	color: #006;
	}

/* layout */

#wrap {
	width: 32em;
	margin: 0 auto;
	background: transparent;
	}
	
#content {
	margin: 0 auto;
	width: 29em;
	font-size: 108%;
	color: #000;
	line-height: 1.6em;
	}
	
#footer {
	margin: 0 auto;
	width: 31em;
	font-family: 'Verdana', sans-serif;
	clear: both;
	background: transparent;
	}

/* gutters */

#header .gutter, #content .gutter, #sidebar .gutter, #footer .gutter {
	padding: 1em;
	}

/* header */

#header {
	margin: 0 auto;
	width: 29em;
	height: 80px;
	background-image: url(../images/little_header.png);
	background-repeat: no-repeat;
	margin-top: 2em;
	}
	
#logo {
	float: left;
	margin-left: 1em;
	margin-top: 0.2em;
	border-style: none;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	}
	
#logo a {
	border-style: none;
	text-decoration: none;
	display: block;
	}

	
/* content */

#content .box {
	border-style: solid;
	border-width: 2px;
	border-color: #000099;
	background: #FFF;
	border-radius: 13px;
	padding: 1.6em;
	}
	
#content .box td {
	width: 50%;
	text-align: center !important;
	padding: 0.5em;
	font-size: 65%;
	font-weight: bold;
	line-height: 1.2em;
	}

#content .box #four {
	height: 70%;
	width: 70%;
	}
	
#content .box #noyellow {
	height: 70%;
	width: 70%;
	}
	
#content .box h1 {
	letter-spacing: 1px;
	font-size: 182%;
	color: #cc2525;
	font-weight: bold;
	text-align: center;
	}
	
#content .box p {
	font-size: 82%;
	color: #000;
	text-align: justify;
	}
	
#content .box ul {
	margin-left: 1em;
	font-size: 82%;
	color: #000;
	text-align: left;
	}
	
#content .box ul li {
	margin-bottom: 0.5em;
	}
	
#content .box #button #enter {
	display: block;
	width: 335px;
	height: 115px;
	background-image: url(../images/sovereign_citizen_agreement.png);
	background-repeat: no-repeat;
	background-size: contain;
	}

/* footer */

#footer p {
	font-size: 82%;
	color: #FFF;
	text-align: justify;
	}
	
#footer a {
	font-size: 108%;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
	}