@charset "utf-8";
body {
	background-color: #1c1c1c;
	background-repeat: repeat-y;
	background-position:center;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.whole {
	width: 1152px;
	background-repeat:repeat-y;
	position: relative;
	margin:auto;
	background-image: url(https://mail.digney.com/assets/layout.png);
	background-position: center;
	}
.nav {
	height:50px;
	margin-top:10px;
	text-align:center;
	width:1200px;
	margin-left:0px;
	color: #FFF;
}
.content {
	background-image:url(https://mail.digney.com/assets/content.gif);
	background-repeat:repeat-x;
	width:950px;
	margin-left:100px;
	margin-top:30px;
	height:auto;
}
li{
	color:#fff;
}
.footer {
	text-align: center;
}
.photo-frame{
	background-image: url("https://mail.digney.com/assets/Live from Center Stage.07.16.17.jpg");

	background-position: center;
	background-repeat: no-repeat;
}
h2 {
	background-image: url(https://mail.digney.com/assets/h2.png);
	padding-left: 20px;
	padding-top: 7px;
	padding-bottom: 15px;
	width: auto;
	color: #FFF;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 30px;
}
p {
	margin-right: 10px;
	margin-left: 20px;
	color:#FFF;
}
.imgtopright {
	margin-top: -90px;
	border: medium solid #81baf6;
	width: 300px;
	height: auto;
	padding: 10px;
	align: right;
	text-align: right;
	float: right;
    margin-left: 10px;
	margin-right:-30px;
}
.imgleft {
	padding: 10px;
	border: medium solid #81baf6;
	height: auto;
	float: left;
	margin-right:10px;
}
.subtitle {
	color: #2878CC;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #fff;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 24px;
}
.press {
	font-size: 12px;
	margin: 7px;
}
.th {
	width: 75px;
	height: 90px;
	border: thin solid #FFF;
	padding: 3px;
	margin: 5px;
	cursor:pointer;
	color:#fff;
}
td{
	color:#fff;
}
.img {
	border: medium solid #81baf6;
	align: right;
	padding: 5px;
}
#2 {
}