.device_frame {
   width: 80%; 
/*   background-color: blue;*/
}

/* THIS ISNT WORKING-- For mobile phones, go full size: */
@media only screen and (max-width: 768px) {
   .device_frame {
      width: 90%;
/*      background-color: yellow;*/
   }
}

body {
	background-image: url();
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #99FFFF;
}
a:active {
	text-decoration: none;
}
.style5 {font-size: 14px}
.style1 {font-size: 12px}
.style10 {font-size: 10px}
.style11 {color: #FF0000}
.style12 {color: #FFFF00}
.style7 {color: #00FF00}



.title_info_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.title_info_reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.title_info_highlighted   {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
}
.all_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headerSKU {
	font-family: Helvetica Neue, sans-serif;
	font-size: 72px;
	font-weight: bold;
	color: #000000;
	position: fixed;
 	vertical-align: top;
	padding-top: 0px;
}
.contentSKU {
	font-family: Helvetica Neue, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: fixed;
	padding-left: 310px;
 	vertical-align: top;
	padding-top: 0px;
}

.resume_TAB_1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	left: 24px;
	z-index: auto;
	line-height: 12px;
	position: relative;
	white-space: normal;
	width: 650px;
}
.resume_HEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.resume_TAB_0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.resume_TAB_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	line-height: 12px;
	left: 35px;
}
.giant {
	font-size: 48px;
}
.all_text_plus1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
}
.huge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180px;
	font-weight: bolder;
}
.containerNoBorder {
	margin: 0px;
	padding: 0px;
}

