﻿

	html { 
		height:100%;
	}

	body {
	    text-align: center; 
		height:100%; 
		margin:0; 
		padding:0;
	}

	td {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 9px;
		color: #999999; 
	}
	


#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1;}	
	

	.border {
		border: 1px solid #999999;
	}

	.borderLineLeft {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;

		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;

		border-right-width: 0px;
		border-right-style: solid;
		border-right-color: #999999;

		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #999999;
	}

	.borderLineRight {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #999999;

		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #999999;

		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #999999;

		border-left-width: 0px;
		border-left-style: solid;
		border-left-color: #999999;
	}

	.blogBg {
		border: 1px solid #999999;
		background-image: url(/images/pic_blog.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.myBox
	{
	    margin: 0 auto;
	    border: 0px solid #ffffff;
	    color: #ffffff;
	    width: 820px;
	    padding: 20px;
	    text-align: left;
	    background-color: #1d1d1d;
	    border: 1px solid #ffffff;
		/*-moz-opacity:.50;
		opacity:.50;*/
	}	
	
	
	
