body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* THREE LARGE IMAGES HERE: */

#headerimage {
	position:absolute;
	width:544px;
	height:55px;
	z-index:1;
	left: 150px;
	top: 151px;
	background-image:url(../jpegs/talent62.jpg);
	padding-top: 145px;
	padding-right: 3px;
	padding-left: 3px;
}

.txtinheader {
	font-size: 22px;
	color: #FFFFFF;
	font-family: impact;
	letter-spacing: 1px;
}

.linkinheader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
	letter-spacing:normal;
}

.linkinheader a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color:#FE0002;
	letter-spacing:normal;
}

#imagetwo {
	position:absolute;
	width:304px;
	height:344px;
	z-index:2;
	left: 398px;
	top: 361px;
	background-color: #000000;
}

#image3 {
	position:absolute;
	width:301px;
	height:294px;
	z-index:15;
	left: 154px;
	top: 754px;
	background-color: #000000;
	background-image:url(../jpegs/articles_box.jpg);
	padding-right: 3px;
	padding-top: 50px;
	text-align:right;
}

/* BUTTONS FROM TOP TO BOTTOM HERE (10 OF THEM)  */

/* FOR THE ONES WITH TEXT, THE SIZE IS SLIGHTLY SMALLER TO ACCOUNT FOR THE PADDING */
/* FOR THE ONES WITH IMAGES, NOT NEEDED */

#box1 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:3;
	left: 150px;
	top: 430px;
	background-color: #666666;
}

#box2 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:4;
	left: 151px;
	top: 431px;
	background-color: #666666;
}

#box3 {
	position:absolute;
	width:234px;
	height:60px;
	z-index:5;
	left: 150px;
	top: 502px;
	background-color: #666666;
}

#box4 {
	position:absolute;
	width:234px;
	height:60px;
	z-index:6;
	left: 150px;
	top: 573px;
	background-color: #666666;
}

#box5 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:11;
	left: 466px;
	top: 754px;
	background-color: #666666;
}

#box6 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:12;
	left: 466px;
	top: 822px;
	background-color: #666666;
}

#box7 {
	position:absolute;
	width:234px;
	height:60px;
	z-index:13;
	left: 466px;
	top: 893px;
	background-color: #666666;
}

#box8 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:14;
	left: 466px;
	top: 962px;
	background-color: #666666;
}

#box9 {
	position:absolute;
	width:234px;
	height:60px;
	z-index:16;
	left: 466px;
	top: 1031px;
	background-color: #666666;
}

#box10 {
	position:absolute;
	width:228px;
	height:54px;
	padding: 3px;
	z-index:17;
	left: 466px;
	top: 1099px;
	background-color: #666666;
}

/* HALF SIZE BUTTONS WHICH ARE FREE TO USE AS WE WANT */

#openbox1 {
	position:absolute;
	width:128px;
	height:60px;
	z-index:9;
	left: 150px;
	top: 644px;
	background-color: #666666;
}

#openbox2 {
	position:absolute;
	width:128px;
	height:60px;
	z-index:18;
	left: 572px;
	top: 1172px;
	background-color: #FE0002;
}

/* THICK LINE ACCROSS THE MIDDLE */

#split {
	position:absolute;
	width:550px;
	height:20px;
	z-index:10;
	left: 150px;
	top: 715px;
	background-color:#000000;
}

/* BOTTOM LINE, ONLY THE "TOP" HERE, EVERYTHING ELSE IN DISCLAIMER.CSS SHEET */

#disclaimer {
	top: 1253px;
}

/* TEXT IN BOXES; THE TITLE, THE LINK, AND WHEN ITS HOVERED */

.title {
	font-size: 22px;
	color: #FFFFFF;
	font-family: impact;
	letter-spacing: 1px;
}

.link a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:normal;
}

.link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	color:#CCCCCC;
	letter-spacing:normal;
}

/* BOTTOM LINE, ONLY THE "TOP" HERE, EVERYTHING ELSE IN COPYRIGHT.CSS SHEET */

#copyright {
top: 1270px;
}

