html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

a:link { 
	color: #999999;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;	
}
a:visited { 
	color: #999999;
	text-decoration: none;
	font-family: arial;
	font-size: 20px;	
}
a:active { 
	color: #999999;
	text-decoration: none;
	font-family: arial;	
	font-size: 20px;
}
a:hover { 
	color: #333333; 
	text-decoration: none;
}

li {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
}

html {
	margin-top: 0 !important;
	-webkit-text-size-adjust:none;
}

body {
	background-color: #333333;
	-webkit-text-size-adjust:none;
}

/* iPhone, portrait & landscape. */
@media all and (max-device-width: 480px) {
    html,body { -webkit-text-size-adjust:none; }
}
/* iPad, portrait & landscape. */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) {
    html,body { -webkit-text-size-adjust:none; }
}

table, td, tr, th, tbody {
	border: 0 none;
	border-spacing: 0;
}

h1 {
	color: #FFFFFF;
	margin: 0px;
	font-size: 36px;
	font-family: arial;
}

h2 {
	color: #999999;
	margin: 0px;
	font-size: 30px;
	font-family: arial;
}

h3 {
	color: #666666;
	margin: 0px;
	font-size: 30px !important;
	font-family: arial;
}

p {
	color: #999999;
	margin: 10px;
	font-size: 20px !important;
	font-family: arial;
}

#mainContent {
	position: absolute;
	top: 30px;
	left:30px;
	height: 700px;
	width: 1000px;
	overflow: visible;
	z-index:0;
}

#row1-container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 345px;
	width: 100%;
	z-index:0;
}

#row2-container {
	position: absolute;
	top: 350px;
	left: 0px;
	height: 345px;
	width: 100%;
	z-index:0;
}

#row3-container {
	position: absolute;
	top: 567px;
	left: 0px;
	height: 345px;
	width: 100%;
	z-index:0;
}

img {
	margin: 0px;
	display: block;
	border: 8px solid #FFFFFF;
	box-shadow: 2px 2px 1px #000000;
	border-radius: 5px;
}

#name-box {
	width: 275px;
	position: absolute;
	top: 20px;
	left: 275px;
	z-index:0;
}

.name-box {
	color: #FFFFFF;
	font-family: arial;
	float: left;
	margin: 10px;
}

#me-box {
	width: 300px;
	position: absolute;
	top: 175px;
	left: 275px;
	z-index:0;
	height: 143px;
	border: 8px solid #B8F500;
	background-color: #F2FFE5;
	box-shadow: 2px 2px 1px #000000;
	border-radius: 5px;
}

.me-box {
	color: #333333;
	font-family: arial;
	float: left;
	margin: 20px;
}

#connect-box {
	width: 185px;
	position: absolute;
	top: 0px;
	left: 15px;
	z-index:0;
	height: 185px;
	border: 8px solid #FFCC33;
	background-color: #FFFFE5;
	box-shadow: 2px 2px 1px #000000;
	border-radius: 5px;
}

.connect-box {
	color: #333333;
	font-family: arial;
	float: left;
	margin: 20px;
}

#pro-box {
	width: 600px;
	position: absolute;
	top: 0px;
	left: 232px;
	z-index:0;
	height: 185px;
	border: 8px solid #33CCFF;
	background-color: #E5FFFF;
	box-shadow: 2px 2px 1px #000000;
	border-radius: 5px;
}

.pro-box {
	color: #333333;
	font-family: arial;
	float: left;
	margin: 20px;
}

#writings-box {
	width: 370px;
	position: absolute;
	top: 0px;
	left: 15px;
	z-index:0;
	height: 125px;
	border: 8px solid #FF3366;
	background-color: #FFE5F2;
	box-shadow: 2px 2px 1px #000000;
	border-radius: 5px;
}

.writings-box {
	color: #333333;
	font-family: arial;
	float: left;
	margin: 20px;
}