#presskit{ 
	width:100%; max-width:1000px; height:auto; display:block; margin:30px auto 10px auto; font-family:sans-serif, verdana;
	padding:0 10px 0 10px; box-sizing:border-box;
	text-align:center;
}

#presskit .header{
	width:98%; height:auto; display:block; margin:5px auto 40px auto; box-sizing:border-box; padding:0 10px 0 10px; position:relative;
	text-align:left; font-size:16px; line-height:21px; border:0px #000 solid;
}
#presskit .header a, #presskit .header a:visited, #presskit .header a:hover{
	font-weight:normal; text-decoration:underline; font-size:16px;
}
#presskit .header a:hover{ text-decoration:none; }
#presskit .header_center{ text-align:center; }

#presskit .my_title{
	width:100%; height:auto; display:block; box-sizing:border-box; padding:0 5px 14px 0px; margin:0;
	font-weight:bold; font-size:20px; font-family:verdana;
}

#presskit .brand_asset{
	display:inline-block; margin:0 20px 5px 0; width:auto; height:auto; padding:10px 10px 40px 10px; box-sizing:border-box;
	min-height:100px; position:relative; vertical-align:top;
}
#presskit .brand_txt{
	width:100%; height:40px; display:block; position:absoulte; bottom:0px; left:0px;
	font-size:12px; font-weight:bold; text-align:center;
}

@media screen and (max-width: 600px) {
	#presskit .header, #presskit .header a, #presskit .header a:visited, #presskit .header a:hover{ font-size:12px; }
	#presskit .my_title{ font-size:14px; }
	#presskit .brand_asset img{ width:100%; background-size:contain; }
}
