/*
*********************************************************
Main CSS Tempalte for
www.danielrsanders.com
Last Updated: 28 February 2008
by Daniel Sanders

CSS for the splash page


For for Body Text:-
font-family: "Trebuchet MS", Helvetica, sans-serif; 
*********************************************************
*/

/* *************************************************************** */
/* First reset common elements for Cross-Browser Compatibility */
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,  ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
	margin:0;
	border:0;
	padding:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {
	cursor:pointer;
}

/* *************************************************************** */
/* Create Page Structure */

html, body {
	margin: 0;
	padding: 0;
	background-color: RGB(40,40,40); /*RGB(240,240,250);*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: white;
	/*background:  url("../images/bg.gif") no-repeat RGB(240,240,250); /*url(../images/logo.gif) no-repeat;*
	background-position: 20 40;*/
}

		#outer {height: 100%; overflow: hidden; position: relative; width: 100%;} /*background: url("../images/4.jpg") top left fixed no-repeat; */
		#outer[id] {display: table; position: static;}
		
		#middle {position: absolute; top: 50%;  text-align: center;} /* width: 50%;for explorer only*/
		#middle[id] {display: table-cell; vertical-align: middle; position: static; } /* border: 2px solid black; background: white; */
		
		#inner {position: relative; top: -50%;width: 1200px; height: 763px; text-align: center; background: url("../design.jpg") top left no-repeat;} /* for explorer only */
		#inner {margin-left: auto; margin-right: auto; } /* for all browsers*/

#cv {position: absolute; top: 360px; left: 880px; }
#pr {position: absolute; top: 445px; left: 870px; }
#fr {position: absolute; top: 538px; left: 850px; }

