body{
	background-image: url(images/bg.png);
	font-family: Alegreya Sans SC;
	margin: 0;
}
#wrapper{
	width: 100%;
}
#top{
	position: fixed;
    top: 0em;
    right: 0em;
    height: 106px;
    width: 100%;
    background-image: url(images/topBg.png);
	background-repeat: repeat-x;
	background-position: right;
}
#temp{
	position: fixed;
	top: 0em;
	left: 0em;
	height: 106px;
	width: 261px;
	background-image: url(images/temp.png);
	background-repeat: no-repeat;
	background-position: left;
}
#sun{
	position:fixed;
	top:0em;
	left: 261px;
	background-image: url(images/sun.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 95px;
}
#icons{
	position: fixed;
	left: 356px;
	height: 106px;
	width: 290px;
	
	
}

#spacer{
	height: 125px;
}
#flarp{
	background-image: url(images/titleEnd.png), url(images/titleBg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right, left;
	height: 105px;
	width: 75%;

}
#flarpText{
	width: 375px;
	float: left;
}
#flarpEnd{
	float: right;
	height: 105px;
	width: 105px;
} 
#devices{
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 50px;
	color: #070720;
	text-shadow: 1px 1px #A53A20;
}
#main{
	width: 100%;
}
#footer{
	text-align: center;
}
h3{
	font-family: sail;
	font-size: 55px;
	margin-left: 20px;
	margin-top: 20px;
	color: #070720;
	text-shadow: 1px 1px #E7BC8E;
}
img.icons{
	border: 0;
}
img.speaker{
	margin-top: 20px;
	padding-left: 15px;
	height: 62px;
	width: 62px;
	border: 0;
	
}
p.temp{
	margin-left: 52px;
	font-size: 50px;
	color: #A53A20;
	text-shadow: 1px 1px #E7BC8E;
	-webkit-margin-before: 27px;
	-webkit-margin-after: 0;
}
p.sun{
	margin-top: 43px;
	margin-left: 35px; 
	font-size: 14px;
	color: #070720;
	text-shadow: 1px 1px #eaba83;
	
}
p.disclaimer{
	font-size: 12px;
}
p.footer{
	font-size: 18px;
}
table{
	width: 100%;
}
tr{
	
}
td{
	font-size: 50px;
	color: #070720;
	text-shadow: 1px 1px #A53A20;
}
td.onoff{
	width: 100px;
	padding-right: 20px;
}
td.name{
	width: auto;
}
a.onoff{
	text-decoration: none;
	color: #070720;
	
}










/* Useless shit */
/* ul{	
	column-count: 2;
	-webkit-columns: 2; 
	-moz-columns: 2; 
	-webkit-padding-start: 0px;
}
li{
	list-style-type:none;
	float: left;
}
li.onoff{
	padding-right: 20px;
	float: right;
}
li:nth-child(even){
    margin-right:0;
}
*/
