/* CSS Document */
body {
	background-color:#FFFDFE;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
}

.topbackground{
	background-image:url(Picture/TopBackground.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.mainbody{
	background-color:white;
}

.divback{
	background-color:#3A5C00;
	background-image:url(Picture/infotop.jpg);
	background-repeat:no-repeat;
}
.divback1{
	background-image:url(Picture/infobottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.link{
	color:white;
}
.link a:hover {
	color:red;
}

.divstyle{
	border-width :1px;
	border-style :solid;
	border-color :#0099FF;
	text-align   :center;
}

.FriendSite{
    width              : 120px;
    height             : 150px;
    color              : black;
    background-color   : #FFFDFE;
    border-color       : yellow;
    margin-top         : 0px;
    margin-left        : 990px;
    text-align         : center;
    visibility         : visible;
    position           : absolute;
    top                : 1% !important;
}
