@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body {background-color:#730000; font:Arial, Helvetica, sans-serif; font-size:18px;
margin:0px auto;}

.header{
width:688px;}

.center{ 
width:1000px;
height:900px;
margin:0px auto;
background-image:url(/images/bg-right.jpg);
background-position:right;
background-repeat:no-repeat;
}

.content{

width:1000px;}

.content img{
margin:3px;
border-width:1px;
border-color:#FF00FF;
width:150px;
height:200px;}

.text{
width:780px;
color:#FFFFFF;
font-size:14px;
text-align:center;
margin-left:3px}

.text a{color:#FFFFFF;}

