﻿/* CSS Document */
html {
	height:100%;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/diamonds2.jpg);
	background-repeat:repeat-x;
}

a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.smallText { font-family:"Ariel"; font-size:15px; font-color:#000000;}
.mediumText { font-family:"Ariel"; font-size:25px; font-color:#000000;}
.largeText { font-family:"Alien League"; font-size:50px; color:#243F4A;}
.boldText { font-family:"Impact"; font-size:15px; font-color:#000000;}
.menuText { font-family:Arial; font-size:10px; font-color:#FFFFFF; margin-left:100px; word-spacing:5px;}
.headerText { font-family:"Good Times"; font-size:35px; font-color:#CCCCCC; margin-left:10px; word-spacing:5px; margin-top:215px;}
.titleText { font-family:"Ariel"; font-size:15px; font-color:#000000; text-decoration:underline;}
.enter { font-family:"Good Times"; font-size:15px; font-color:#CCCCCC;}
.contentText { font-family:Arial; font-size:11px; font-color:#FFFFFF; word-spacing:5px;}
.line { border:1px solid #006699; width:50px;}

#container {
	width:100%;
	height:100%;
	position:absolute;
}

#content {
	width:1000px;
	height:700px;
	margin-top:80px;
	margin-left:180px;
	background-image:url(images/interface.jpg);
	background-repeat:no-repeat;
	position:absolute;
	
}

#menu {
	width:500px;
	height:30px;
	margin-top:220px;
	position:absolute;
}

#box1 {
	width:100%;
	height:120px;
	margin-top:175px;
	background-color:#FFCCFF;
	border-bottom:thin solid #000000;
	border-top:thin solid #000000;
	background-image:url(images/box1text.jpg);
	background-repeat:no-repeat;
}

#box2 {
	width:100%;
	height:120px;
	margin-top:10px;
	background-color:#FFCCFF;
	border-bottom:thin solid #000000;
	border-top:thin solid #000000;
	background-image:url(images/box2text.jpg);
	background-repeat:no-repeat;
}

