body {
	background-image: url('../photo/tee_ghost.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: sans-serif;
	font-size: 1em;
	color: #222;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#footer {
	font-size: 0.8em;
	color: #bbb;
	text-align: center;
	margin: 1em auto;
	width: 80%;
}

#footer a {
	color: #bbb;
}

.width {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#logo {
	height: 100px;
	width: 300px;
	position: absolute;
	top: 12px;
	right: 0;
	text-align: center;
}

#domaintitle {
	position: absolute;
	left:  0;
}

#logo img {
	width: 260px;
	margin: 5px 0;
}

#logo p {
	font-size: 0.75em;
	color: #5b5b5b;
	margin: 6px 0 4px;
}

#logo a {
	color: #04c;
}

.fix {
	clear: both;
}

#regName {
	display: none;
}

@media only screen and (max-width : 570px) {
	h1 {
		display: block;
		text-align: center;
	}
	
	#ads {
		margin: 1em 0;
	}
	
	#form {
		width: 80%;
		margin: 3em auto 5em;
	}
	
	.tcblock {
		width: 80%;
		margin: 0 auto;
	}
	
	#tc_holder2 {
		margin-top: -13px;
	}
	
	#logo {
		width: 100%;
		position: static;
		background: none;
		height: 25px;
	}
	
	#domaintitle {
		position: static;
	}
	
	#logo img {
		display: none;
	}
	
	#logo p,
	#logo a {
		color: #aaa;
		line-height: 9px;
	}
	
	#regName {
		display: inline;
	}
	
}

@media only screen and (min-width:571px) and (max-width : 800px) {
	h1 {
		display: block;
		text-align: center;
	}
	
	#ads {
		width: 70%;
		float: right;
	}
	
	#sidebar {
		width: 25%;
		float: left;
	}
	
	#tc_holder2 {
		margin-top: -13px;
	}
	
	#form {
		clear: both;
		width: 80%;
		margin: 0 auto 5em;
		padding-top: 2em;
	}
	
	.tcblock {
		width: 80%;
		margin: 0 auto;
	}
	
	#logo {
		width: 100%;
		position: static;
		background: none;
		height: 25px;
	}
	
	#domaintitle {
		position: static;
	}
	
	#logo img {
		display: none;
	}
	
	#logo p,
	#logo a {
		color: #aaa;
		line-height: 9px;
	}	
	
	#regName {
		display: inline;
	}
	
}

@media only screen and (min-width : 801px) {
	#ads {
		width: 70%;
		float: right;
	}
	
	#sidebar {
		width: 25%;
		margin-top: -5px;
		float: left;
		border: 1px solid #6fad06;
		padding: 5px;
		background: url('../photo/tee_ghost.jpg') #f1fae0 repeat-x;
	}
	
	#form {
		width: 70%;
	}
	
	#oneclick #form {
		float: right;
		margin: 30px 0 20px;
	}
	
	#twoclick #form {
		width: 720px;
		margin: 20px auto;
	}
	
	#main {
		margin-top: 50px;
	}
	
	#twoclick #header,
	.content,
	#twoclick .width {
		width: 800px;
		margin: 0 auto;
	}
	
	#twoclick .content {
		width: 720px;
		margin-top: 40px;
		padding: 20px;
		border: 4px solid #6FAD06;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #f1fae0;
	}
	
	#header {
		height: 107px;
	}
	
	#domaintitle {
		margin-top: 60px;
		margin: 60px 0 0 30px;
		font-size: 24px;
	}
}