@import "main.css";

div#container {
	margin:5px;
}

div#top {
    position:fixed;
    top:50px;
    right:50px;
    z-index:2;
}

div#top h1 {
	text-align:right;
	font-style: normal;
	font-family: "Hoefler Text", "ClassGarmnd BT", Georgia, "Times New Roman", Times, serif ;	
	font-size: 350%;
}

div#middle {
	text-align: right;
	margin:90px 0 0 0;
	padding:0;
}

div#middle p {
	margin-top:3ex;
	font-size:120%;
}

div#tag1 {
    color: #fff;
    background: #fff url("../Images/carp.jpg") no-repeat scroll;
    position:fixed;
    height:400px;
    width:262px;
    bottom:5px;
    left:5px;
	z-index:1;
}

div#tag2 {
    color: #fff;
    background: #fff url("../Images/nametag.png") no-repeat;
    position:fixed;
    height:86px;
    width:317px;
    top:50px;
    right:43px;
	z-index:2;
}
div#bottom {
	position:fixed;
	bottom:5px;
	right:50px;
	z-index:2;
}

div#nametag h1{
    display: none;
}

a {
	color:  #333;
	background-color: #fff;
}

a:visited {
	color:  #333;
	background-color: #fff;
}

a:active {
	color:  #030;
	background-color: #fff;
	}
	
a:hover {
	color: #090;
	background-color: #fff;
	text-decoration: underline;
}