Project

General

Profile

1
root {     
2
    text-align: center;
3
}
4

    
5

    
6
div#center {
7
	text-align: center;
8
}
9

    
10
div#wrapper {
11
	margin-left: auto;
12
	margin-right: auto;
13
	min-width: 850px;
14
	max-width: 1050px;
15
	width:1050px;
16
	background-color: #ffffff;
17
	z-index: 2;
18
    text-align: left;
19
}
(5-5/6)