@import url();

a, a:link, a:visited {
	text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;
}

li{
	color:#fff;
	list-style: none;
}


img {
	border: 0;
}

html {
	margin:0px;
	padding:0px;	
}

body {
	overflow: hidden; 
	height: 100%;
	margin:0px; 
	padding:0px;
	background-image: url(../images/the_throne_2.jpg);
	font-family: Arial, sans-serif; 
}


#thisCanvas { 
	z-index:100;	
	position: absolute; 
	margin:0px; 
	padding:0px;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#thenon { 
	z-index:200;	
	position: absolute; 
	margin:0px; 
	padding:0px;
	min-width:100%;
	min-height:100%;
}

.digital {
	position:absolute;
	font-size:200px;
	margin-top:-100px;	
	top:30%;
	width:50px;
	cursor:pointer;
	text-decoration:underline;
	/*border:1px solid #fff;*/
	text-shadow: 0px 0px 10px #7d579e, -1px -1px #ccc;
}

#zero {
	z-index:500;
	color:#000;
	left:15%;
	text-align:right;
}
	
#one {
	z-index:501;
	color:#fff;
	right:15%;
	text-align:right;
}


#thepicture {
	max-width: 100%;
	height: auto;	
	position:absolute;
	top:50%;
	left:50%;
}

@media screen and (min-width:0px) {
	#thepicture {
		width: 300px;
		height: auto;
		margin-left:-150px;
		margin-top:-80px;	
	}
	
	.digital {
	font-size:50px;
	margin-top:-25px;	

	}
	
}

@media screen and (min-width:480px) {
	#thepicture {
		width: 300px;
		height: auto;
		margin-left:-150px;
		margin-top:-150px;	
	}
	
	.digital {
	font-size:100px;
	margin-top:-50px;	

	}
	
}

@media screen and (min-width:1024px) {
	#thepicture {
		width: 400px;
		height: auto;
		margin-left:-200px;
		margin-top:-200px;	
	}
	
	.digital {
	font-size:200px;
	margin-top:-100px;	
	width:100px;
	}
	
}

@media screen and (min-width:1280px) {
	#thepicture {
		width: 600px;
		height: auto;
		margin-left:-300px;
		margin-top:-300px	
	}
}



#themessage {
	position:absolute;
	z-index:300;
	width:100px;
	height:20px;
	text-align:center;
	bottom:10%;
	left:50%;
	margin-left:-50px;
	color:#fff;	
}



